improvement
authorThomas Minvielle <thomas.minvielle@polytechnique.org>
Sat, 3 Sep 2011 14:30:56 +0000 (16:30 +0200)
committerThomas Minvielle <thomas.minvielle@polytechnique.org>
Sat, 3 Sep 2011 14:30:56 +0000 (16:30 +0200)
templates/newsletter/admin_all.tpl

index ccb59c4..07af4c0 100644 (file)
@@ -32,7 +32,7 @@
   <tr class="{cycle values="pair,impair"}">
     <td class="titre">{$nl->id}</td>
     <td>{$nl->group}</td>
-    <td><a href=http://www.polytechnique.net/{$nl->group}/admin/nl>{$nl->name}</a></td>
+    <td><a href="http://www.polytechnique.net/{$nl->group}/admin/nl">{$nl->name}</a></td>
     <td>{if $nl->hasCustomCss()}Oui{else}Non{/if}</td>
     <td>{$nl->criteria->flags()}</td>
   </tr>