fixed a wrong class in project home
This commit is contained in:
parent
0033c3da7c
commit
a9571712a3
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user