diff options
-rw-r--r-- | modules/tags/views/tags_block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tags/views/tags_block.html.php b/modules/tags/views/tags_block.html.php index 4e5a93ac..40427ee9 100644 --- a/modules/tags/views/tags_block.html.php +++ b/modules/tags/views/tags_block.html.php @@ -37,7 +37,7 @@ <li><a href="#" class="m size0">writing</a></li> </ul> -<form id="gAddTag" class="gBlockContent"> +<form id="gAddTag"> <input type="text" class="text" value="add new tags ..." id="newtags" /> <input type="submit" class="submit" value="add" /> <label for="newtags" class="understate">(separated by commas)</label> |