From 0983dc41068685891bd275926391b6648cd5a6c7 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 11 Jul 2006 15:08:15 +0000 Subject: [PATCH] Backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@432 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