MDL-33139 mod_forum: fix minor whitespace problem

This commit is contained in:
Dan Poltawski 2012-05-25 10:09:09 +08:00
parent 1e448fed27
commit 2528e8e52f

View File

@ -647,7 +647,7 @@ if ($fromform = $mform_post->get_data()) {
if (!empty($message)) { // if we're printing stuff about the file upload
$timemessage = 4;
}
if ($realpost->userid == $USER->id) {
$message .= '<br />'.get_string("postupdated", "forum");
} else {