diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 01:22:08 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 01:22:08 +0000 |
commit | f51984175a7f14d9fdc07a7ef4434bb06acf5d34 (patch) | |
tree | 2b08174545d489fbd1cbea7e317c5aa180db62da /actions/showstream.php | |
parent | 96e40e06493148757896c7f6061e9cbb2d8c2ceb (diff) |
Matching markup for tags
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 3fe71576d..3882af845 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -288,7 +288,7 @@ class ShowstreamAction extends Action if (count($tags) > 0) { $this->elementStart('dl', 'user_tags'); $this->element('dt', null, _('Tags')); - $this->elementStart('dd', 'tags'); + $this->elementStart('dd'); $this->elementStart('ul', 'tags xoxo'); foreach ($tags as $tag) { $this->elementStart('li'); |