From: x2003bruneau Date: Tue, 11 Jul 2006 15:07:41 +0000 (+0000) Subject: Fix 'Back to top' link in newsletter X-Git-Tag: xorg/0.9.10~16 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3659d82918f81a9f7009b8eed0e94202de247bb7;p=platal.git 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 --- 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) {