summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 01:22:08 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 01:22:08 +0000
commitf51984175a7f14d9fdc07a7ef4434bb06acf5d34 (patch)
tree2b08174545d489fbd1cbea7e317c5aa180db62da /actions
parent96e40e06493148757896c7f6061e9cbb2d8c2ceb (diff)
Matching markup for tags
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php2
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');