diff --git a/post.php b/post.php
index ddccc494..1dd737cc 100644
--- a/post.php
+++ b/post.php
@@ -292,7 +292,7 @@
if(strlen($post['password']) > 20) error(sprintf($config['error']['toolong'], 'password'));
if($post['mod_tag'])
- $post['trip'] .= ' ## ' . $post['mod_tag'] . '';
+ $post['trip'] .= ' ## ' . $post['mod_tag'] . '';
wordfilters($post['body']);
diff --git a/style.css b/style.css
index f6f9657d..35fda696 100644
--- a/style.css
+++ b/style.css
@@ -160,7 +160,7 @@ p.intro span.name {
color: #117743;
font-weight: bold;
}
-p.intro a.nametag {
+p.intro a.capcode, p.intro a.nametag {
color: #F00000;
margin-left: 0;
}