summaryrefslogtreecommitdiff
path: root/actions/tagother.php
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-20 21:38:27 -0500
committercsarven <csarven@controlyourself.ca>2008-11-20 21:38:27 -0500
commitca8f45fc6ea609450de75afc3438d9c43c42a7bb (patch)
tree838c00314b658659c5bdc251f9e9bc46328cf229 /actions/tagother.php
parentdac0314e0a36923c3be8f0a8c22d0d9c36d331e8 (diff)
Tag markup and styling for tag_self, tag_user, form#tag_user
darcs-hash:20081121023827-eefa4-ed91f63cac35c078dc385546a69209cbef2a0d5e.gz
Diffstat (limited to 'actions/tagother.php')
-rw-r--r--actions/tagother.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tagother.php b/actions/tagother.php
index ed9d7c80d..f95724152 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -88,7 +88,7 @@ class TagotherAction extends Action {
}
common_element_start('form', array('method' => 'post',
- 'id' => 'tagother',
+ 'id' => 'tag_user',
'name' => 'tagother',
'action' => $this->self_url()));
common_hidden('token', common_session_token());