From a9bddc94b364a9a124c805bfe4780a73aa3d6ae7 Mon Sep 17 00:00:00 2001 From: Antonin <zepcome@gmail.com> Date: Wed, 2 Dec 2015 17:29:42 +0100 Subject: [PATCH] =?UTF-8?q?Affichage=20d'un=20titre=20sur=20l'ent=C3=AAte?= =?UTF-8?q?=20des=20colonnes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/part/vote_table_classic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 1a3df94f..b5593bda 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -36,7 +36,7 @@ <tr> <th role="presentation"></th> {foreach $slots as $id=>$slot} - <th class="bg-info" id="C{$id}">{$slot->title|markdown}</th> + <th class="bg-info" id="C{$id}" title="{$slot->title|markdown:true}">{$slot->title|markdown}</th> {/foreach} <th></th> </tr> -- GitLab