From f51984175a7f14d9fdc07a7ef4434bb06acf5d34 Mon Sep 17 00:00:00 2001 From: sarven Date: Wed, 21 Jan 2009 01:22:08 +0000 Subject: Matching markup for tags --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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'); -- cgit v1.2.3-54-g00ecf