mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +01:00
Made HTML valid in mod controls
This commit is contained in:
parent
db50d07681
commit
b0bee3556f
@ -74,7 +74,7 @@
|
||||
|
||||
// Ban & Delete
|
||||
if($mod['type'] >= MOD_BANDELETE)
|
||||
$built .= ' <a title="Ban & Delete" href="?/b/ban&delete/' . $id . '">' . MOD_LINK_BANDELETE . '</a>';
|
||||
$built .= ' <a title="Ban & Delete" href="?/b/ban&delete/' . $id . '">' . MOD_LINK_BANDELETE . '</a>';
|
||||
|
||||
// Delete file (keep post)
|
||||
if(!$thread && $mod['type'] >= MOD_DELETEFILE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user