"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"

This commit is contained in:
dongsheng
2009-01-16 05:38:40 +00:00
parent 8d487d41c6
commit 1e61a246f9
+1 -1
View File
@@ -68,7 +68,7 @@
}
$timmod = '<span class="smallinfo">'.userdate($wiki->timemodified).'</span>';
$summary = '<span class="smallinfo">'.format_text($wiki->summary).'</span>';
$summary = '<div class="smallinfo">'.format_text($wiki->summary).'</div>';
$site = get_site();
switch ($wiki->wtype) {