fixed a wrong class in project home

This commit is contained in:
hyung-hwan 2016-01-16 18:51:55 +00:00
parent 0033c3da7c
commit a9571712a3

View File

@ -233,10 +233,13 @@ foreach ($urls as $url)
if ($log['action'] != 'revpropchange')
{
print '<pre class="message">';
print '<div class="codepot-plain-text-view">';
print '<pre>';
$sm = strtok (trim ($x['message']), "\r\n");
print htmlspecialchars ($sm);
print '</pre>';
print '</div>';
}
print '</td>';
print '</tr>';