Rename CSS rule to "capcode"

This commit is contained in:
Savetheinternet 2011-04-12 20:19:56 +10:00
parent 6b77865110
commit 614491880f
2 changed files with 2 additions and 2 deletions

View file

@ -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']);