summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-12 10:54:01 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-12 10:54:01 +0000
commited8f1d4152d077529ac0f39d1aeb42186037e99f (patch)
tree45d66a2670dce9cebe0a566bc8eb9651b891ac60
parent453e15f502f94e5605b29527d406eb500234e828 (diff)
gBlockContent lives on the outer div, so remove it from the inner form.
-rw-r--r--modules/tags/views/tags_block.html.php2
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>