mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
Rename CSS rule to "capcode"
This commit is contained in:
parent
94b8cbb27a
commit
c674560bc1
2
post.php
2
post.php
@ -292,7 +292,7 @@
|
||||
if(strlen($post['password']) > 20) error(sprintf($config['error']['toolong'], 'password'));
|
||||
|
||||
if($post['mod_tag'])
|
||||
$post['trip'] .= ' <a class="nametag">## ' . $post['mod_tag'] . '</a>';
|
||||
$post['trip'] .= ' <a class="capcode">## ' . $post['mod_tag'] . '</a>';
|
||||
|
||||
wordfilters($post['body']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user