diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-07-05 19:31:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-07-05 19:31:36 +0000 |
commit | 02460ed9d8f3284034efca22045aa41cd4e0c4f5 (patch) | |
tree | ef2675130e768660bc12f3ba392fa9ac373c60f4 | |
parent | d96e7e0bbb67b2bb694487e19f56b33f6e21aeb4 (diff) | |
download | brdo-02460ed9d8f3284034efca22045aa41cd4e0c4f5.tar.gz brdo-02460ed9d8f3284034efca22045aa41cd4e0c4f5.tar.bz2 |
- Removed tab.
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 539bc9f9a..a5e69f596 100644 --- a/modules/comment.module +++ b/modules/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); } 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); } |