From 02460ed9d8f3284034efca22045aa41cd4e0c4f5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Jul 2005 19:31:36 +0000 Subject: - Removed tab. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 539bc9f9a..a5e69f596 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -440,7 +440,7 @@ function comment_validate_form($edit) { // 1) Filter it into HTML // 2) Strip out all HTML tags // 3) Convert entities back to plain-text. - // Note: format is checked by check_output(). + // Note: format is checked by check_output(). $edit['subject'] = truncate_utf8(decode_entities(strip_tags(check_output($edit['comment'], $edit['format']))), 29, TRUE); } -- cgit v1.2.3