fixed small html error

This commit is contained in:
Savetheinternet 2011-04-14 00:15:20 +10:00
parent 43332b1a75
commit 99b1ffe35a

View File

@ -426,9 +426,9 @@
$body .= '<div class="ban">' . $body .= '<div class="ban">' .
($mod['type'] >= $config['mod']['noticeboard_delete'] ? ($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'] ?
$notice['subject'] $notice['subject']
: :