fixed $posthtml - see bug#3868

This commit is contained in:
skodak
2005-07-09 13:36:38 +00:00
parent 1d68b9b631
commit 82ff36e758
+1
View File
@@ -1005,6 +1005,7 @@ class assignment_base {
$posthtml .= '<hr /><font face="sans-serif">';
$posthtml .= '<p>'.get_string('emailteachermailhtml', 'assignment', $info).'</p>';
$posthtml .= '</font><hr />';
return $posthtml;
}