From 918bd84c0d22251d30289b6bed41d4d2d417f591 Mon Sep 17 00:00:00 2001 From: sarven Date: Tue, 20 Jan 2009 05:06:46 +0000 Subject: [PATCH] Removed extra div --- actions/showstream.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/showstream.php b/actions/showstream.php index 23013b007b..c8a6db6756 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -338,8 +338,6 @@ class ShowstreamAction extends Action } $this->elementEnd('ul'); $this->elementEnd('div'); - - $this->elementEnd('div'); } function showRemoteSubscribeLink()