Index: post.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/forum/post.php,v retrieving revision 1.154.2.7 diff -u -F ^f -r1.154.2.7 post.php --- post.php 20 Mar 2008 06:26:20 -0000 1.154.2.7 +++ post.php 26 Mar 2008 06:24:28 -0000 @@ -59,7 +59,7 @@ $navigation = build_navigation('', $cm); print_header($course->shortname, $course->fullname, $navigation, '' , '', true, "", navmenu($course, $cm)); - notice_yesno(get_string('noguestpost', 'forum').'

'.get_string('liketologin'), + notice_yesno('

'. get_string('noguestpost', 'forum') .'

'. get_string('liketologin') .'

', $wwwroot, get_referer(false)); print_footer($course); exit; @@ -496,7 +496,7 @@ if (!empty($message)) { // if we're printing stuff about the file upload $timemessage = 4; } - $message .= '
'.get_string("postupdated", "forum"); + $message .= get_string("postupdated", "forum"); if ($subscribemessage = forum_post_subscription($fromform)) { $timemessage = 4;