diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 14:46:47 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 14:46:47 -0500 |
commit | ab37f84b5a2850e8f10b78a1a3781edb0981b7ca (patch) | |
tree | e7b6915fcd89990d1310ef2c94f00e08aec62c7f /actions/showstream.php | |
parent | b5cc7e4aabeddd08a27e02b2249ce86f92f96fac (diff) | |
parent | 012288bdf6f4ad41c861504c05b2ac1cee834dd3 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 0ee5d769e..c736c99b5 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -262,7 +262,7 @@ class ShowstreamAction 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'); } |