From 3659d82918f81a9f7009b8eed0e94202de247bb7 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 11 Jul 2006 15:07:41 +0000 Subject: [PATCH] Fix 'Back to top' link in newsletter git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.10@431 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/newsletter.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/newsletter.inc.php b/include/newsletter.inc.php index ae2aef1..6528a60 100644 --- a/include/newsletter.inc.php +++ b/include/newsletter.inc.php @@ -252,7 +252,7 @@ class NewsLetter } $i = 1; - $res .= ""; + $res .= ""; foreach ($this->_arts as $cid=>$arts) { $res .= "
$i. {$this->_cats[$cid]}"; foreach ($arts as $art) { -- 2.1.4