From c1bac5041728c3778e715967c0e2a622ca7b4469 Mon Sep 17 00:00:00 2001 From: Nigel Sheldon Date: Wed, 27 Jan 2021 11:32:12 +0100 Subject: [PATCH] =?UTF-8?q?Rend=20le=20lien=20vers=20le=20d=C3=A9tail=20d'?= =?UTF-8?q?une=20flotte=20fonctionnel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onyx2/tpl/game/flotte1.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onyx2/tpl/game/flotte1.tpl b/onyx2/tpl/game/flotte1.tpl index c1b685c..b161ca0 100644 --- a/onyx2/tpl/game/flotte1.tpl +++ b/onyx2/tpl/game/flotte1.tpl @@ -8,7 +8,7 @@ {if $flottesEC} {foreach from=$flottesEC item=flotteEC} - {$flotteEC->nom|escape} + {$flotteEC->nom|escape} {$flotteEC->txtMission($flotteEC->mission)} {$flotteEC->nb_vais} {if $flotteEC->end_type == "2"}{$flotteEC->end_planete->nom_alliance} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:A]{elseif $flotteEC->end_type == "1"}[{$flotteEC->end_planete}]{elseif $flotteEC->end_type == "3"}[{$flotteEC->end_planete}:A]{else}{$flotteEC->end_planete->nom_planete} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:{$flotteEC->end_planete->position}]{/if} @@ -69,4 +69,4 @@ -{include file='game/footer.tpl'} \ No newline at end of file +{include file='game/footer.tpl'}