Fix page kill notification
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 16 Oct 2007 20:46:07 +0000 (22:46 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 16 Oct 2007 20:46:44 +0000 (22:46 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/skin/common.content.tpl

index ecf08f4..87887f5 100644 (file)
@@ -37,7 +37,7 @@ Nous conseillons très vivement d'utiliser des navigateurs récents, tels
 <br />
 {/if}
 
-{if !$xorg_no_errors && !$xorg_failure}
+{if !$xorg_no_errors || $xorg_failure}
 {foreach from=$xorg_errors item=err}
 <div class="erreur">{$err|smarty:nodefaults}</div>
 {/foreach}