From 617e8dd8e04a2198bdd2d5fa04ef2aeed996de49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sat, 30 Apr 2011 10:04:39 +0200 Subject: [PATCH] fix typo --- main/inc/lib/blog.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/inc/lib/blog.lib.php b/main/inc/lib/blog.lib.php index 148762ff71..7d12bb4e85 100755 --- a/main/inc/lib/blog.lib.php +++ b/main/inc/lib/blog.lib.php @@ -1196,7 +1196,7 @@ class Blog { echo '
' . get_lang('NewPost') . '
'; // article title - echo '
*'.get_lang('Title') . ':

'; + echo '
*'.get_lang('Title') . ':

'; // article text $oFCKeditor = new FCKeditor('post_full_text') ; @@ -1282,7 +1282,7 @@ class Blog { echo '
' . get_lang('EditPost') . '
'; // article title - echo '
*' . get_lang('Title') . ':
'; + echo '
*' . get_lang('Title') . ':
'; // article text $oFCKeditor = new FCKeditor('post_full_text') ; @@ -2366,7 +2366,7 @@ class Blog { echo ''; // comment title - echo '
*' . get_lang('Title') . ':

'; + echo '
*' . get_lang('Title') . ':

'; // comment text $oFCKeditor = new FCKeditor('comment_text') ;