From 0b2b7ce00808481c3d87c05baf23c593d8a87a7c Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 27 Jan 2007 11:23:29 +0000 Subject: [PATCH] Remove unuseful htmlentities git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1411 839d8a87-29fc-0310-9880-83ba4fa771e5 --- templates/newsletter/nl.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/newsletter/nl.tpl b/templates/newsletter/nl.tpl index 026f041..c4880c6 100644 --- a/templates/newsletter/nl.tpl +++ b/templates/newsletter/nl.tpl @@ -93,7 +93,7 @@ ne plus recevoir : [https://www.polytechnique.org/nl/out]
{$smarty.foreach.cats.iteration}. {$nl->_cats[$cid]}
{foreach from=$arts item=art} -   - {$art->title()|htmlentities}
+   - {$art->title()}
{/foreach}
{/foreach} -- 2.1.4