fixed small html error
This commit is contained in:
parent
43332b1a75
commit
99b1ffe35a
4
mod.php
4
mod.php
@ -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']
|
||||||
:
|
:
|
||||||
|
Loading…
Reference in New Issue
Block a user