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:
parent
05c1346f18
commit
b9554dca4c
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…
x
Reference in New Issue
Block a user