Fix 'Back to top' link in newsletter
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 11 Jul 2006 15:07:41 +0000 (15:07 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 11 Jul 2006 15:07:41 +0000 (15:07 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.10@431 839d8a87-29fc-0310-9880-83ba4fa771e5

include/newsletter.inc.php

index ae2aef1..6528a60 100644 (file)
@@ -252,7 +252,7 @@ class NewsLetter
         }
 
        $i = 1;
-       $res .= "<a id='top_lnks'></a>";
+       $res .= "<a id='top_lnk'></a>";
        foreach ($this->_arts as $cid=>$arts) {
            $res .= "<div class='lnk'><a href='#cat$cid'><strong>$i. {$this->_cats[$cid]}</strong></a>";
            foreach ($arts as $art) {