diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-11 16:50:07 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-11 16:50:07 +0000 |
commit | fc293545be13473d992b512141be233c2963f6da (patch) | |
tree | ad6d2026ae949ae537ec89942e7cfaa63c404f61 /actions/showgroup.php | |
parent | 26b0bc3aab831c26058274554580e3beb68b1113 (diff) |
Minor. Changed from @class location to label
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 7bc68fbc6..6df8dd306 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -244,7 +244,7 @@ class ShowgroupAction extends Action if ($this->group->location) { $this->elementStart('dl', 'entity_location'); $this->element('dt', null, _('Location')); - $this->element('dd', 'location', $this->group->location); + $this->element('dd', 'label', $this->group->location); $this->elementEnd('dl'); } |