From cb8514ca8eff4cbb9a9bfb5241a5792509ee0d88 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Sun, 26 Nov 2006 23:01:42 +0000
Subject: [PATCH] #99708 by jvandyk. Proper use of ;.

---
 modules/filter/filter.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index a385db3e3eaa..3add5fa56d0a 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -1076,7 +1076,7 @@ function _filter_url_settings($format) {
     '#title' => t('Maximum link text length'),
     '#default_value' => variable_get('filter_url_length_'. $format, 72),
     '#maxlength' => 4,
-    '#description' => t('URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained, just the text portion of the link will be truncated.'),
+    '#description' => t('URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained; just the text portion of the link will be truncated.'),
   );
   return $form;
 }
-- 
GitLab