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 --- include/feedcreator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/feedcreator.class.php') diff --git a/include/feedcreator.class.php b/include/feedcreator.class.php index f274b8417..62ba6c06b 100644 --- a/include/feedcreator.class.php +++ b/include/feedcreator.class.php @@ -689,7 +689,7 @@ class FeedCreator extends HtmlDescribable { $this->_redirect($filename); } } else { - echo "
Error creating feed file, please check write permissions.
"; + echo "
Error creating feed file, please check write permissions.
"; } } -- cgit v1.2.3