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') ;