summaryrefslogtreecommitdiff
path: root/actions/tagother.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-11 16:50:07 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-11 16:50:07 +0000
commitfc293545be13473d992b512141be233c2963f6da (patch)
treead6d2026ae949ae537ec89942e7cfaa63c404f61 /actions/tagother.php
parent26b0bc3aab831c26058274554580e3beb68b1113 (diff)
Minor. Changed from @class location to label
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 3e8a12fd6..79151c911 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -110,7 +110,7 @@ class TagotherAction extends Action
if ($this->profile->location) {
$this->elementStart('dl', 'entity_location');
$this->element('dt', null, _('Location'));
- $this->element('dd', 'location', $this->profile->location);
+ $this->element('dd', 'label', $this->profile->location);
$this->elementEnd('dl');
}
if ($this->profile->homepage) {