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')
|
if ($log['action'] != 'revpropchange')
|
||||||
{
|
{
|
||||||
print '<pre class="message">';
|
|
||||||
|
print '<div class="codepot-plain-text-view">';
|
||||||
|
print '<pre>';
|
||||||
$sm = strtok (trim ($x['message']), "\r\n");
|
$sm = strtok (trim ($x['message']), "\r\n");
|
||||||
print htmlspecialchars ($sm);
|
print htmlspecialchars ($sm);
|
||||||
print '</pre>';
|
print '</pre>';
|
||||||
|
print '</div>';
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
Loading…
Reference in New Issue
Block a user