1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

fixed small html error

This commit is contained in:
Savetheinternet 2011-04-14 00:15:20 +10:00
parent 05c1346f18
commit b9554dca4c

View File

@ -426,9 +426,9 @@
$body .= '<div class="ban">' .
($mod['type'] >= $config['mod']['noticeboard_delete'] ?
'<span style="float:right;padding:2px"><a class="unimportant" href="?/noticeboard/delete/' . $notice['id'] . '">[delete]</a>'
'<span style="float:right;padding:2px"><a class="unimportant" href="?/noticeboard/delete/' . $notice['id'] . '">[delete]</a></span>'
: '') .
'</span><h2 id="' . $notice['id'] . '">' .
'<h2 id="' . $notice['id'] . '">' .
($notice['subject'] ?
$notice['subject']
: