From bea3462f56e589ac95619c865cb4d89efe554d13 Mon Sep 17 00:00:00 2001 From: nikrou Date: Mon, 9 Mar 2009 19:41:45 +0000 Subject: fix html warnings. unclosed monotags git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee --- feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feed.php') diff --git a/feed.php b/feed.php index bbd4956f5..1152902fe 100644 --- a/feed.php +++ b/feed.php @@ -180,7 +180,7 @@ foreach($dates as $date_detail) ); $item->description .= - ''.$conf['gallery_title'].'
'; + ''.$conf['gallery_title'].'
'; $item->description .= get_html_description_recent_post_date($date_detail); -- cgit v1.2.3