Remove unuseful htmlentities
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 27 Jan 2007 11:23:29 +0000 (11:23 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 27 Jan 2007 11:23:29 +0000 (11:23 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1411 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/newsletter/nl.tpl

index 026f041..c4880c6 100644 (file)
@@ -93,7 +93,7 @@ ne plus recevoir : [https://www.polytechnique.org/nl/out]
       <div class="lnk">
         <a href="{$prefix}#cat{$cid}"><strong>{$smarty.foreach.cats.iteration}. {$nl->_cats[$cid]}</strong></a><br />
         {foreach from=$arts item=art}
-        <a href="{$prefix}#art{$art->_aid}">&nbsp;&nbsp;- {$art->title()|htmlentities}</a><br />
+        <a href="{$prefix}#art{$art->_aid}">&nbsp;&nbsp;- {$art->title()}</a><br />
         {/foreach}
       </div>
       {/foreach}