diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 21:23:41 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 21:23:41 +0000 |
commit | e6211290422b8d42da11c4ee2e5530d5ef63a72e (patch) | |
tree | f848e3f4fba20c609dc658f6b1cdce24a8c4fcad | |
parent | e847b9a128f3b943b746875858e1148665f14ce0 (diff) |
Minor
-rw-r--r-- | lib/publicgroupnav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php index ee087d8a8..458614338 100644 --- a/lib/publicgroupnav.php +++ b/lib/publicgroupnav.php @@ -98,6 +98,6 @@ class PublicGroupNav extends Widget $this->action->elementEnd('ul'); $this->action->elementEnd('dd'); - $this->action->elementEnd('dl') + $this->action->elementEnd('dl'); } } |