From 54a157edee162d5123f7750d88493dd9429799d0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 5 Oct 2003 17:34:36 +0000 Subject: - Fixed translation problem with comment module. Patch by Gobar. --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 7c3265c93..e0f4cce9d 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1278,7 +1278,7 @@ function comment_mode_form($mode) { $modes = _comment_get_modes(); foreach ($modes as $key => $value) { - $options .= " \n"; + $options .= " \n"; } return "\n"; @@ -1288,7 +1288,7 @@ function comment_order_form($order) { $order = _comment_get_orders(); foreach ($order as $key=>$value) { - $options .= " \n"; + $options .= " \n"; } return "\n"; -- cgit v1.2.3