From ce11049630a99d82e7e33970a3185f47e781d871 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 25 May 2018 19:40:05 +0200 Subject: [PATCH] Also handle the graph Signed-off-by: Thomas Citharel --- 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 b8b81f1..5672934 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -303,7 +303,7 @@ }); var cols = [ {foreach $slots as $id=>$slot} - $('
').html('{$slot->title|markdown:true}').text(), + $('
').html('{markdown_to_text markdown=$slot->title id=$id}').text(), {/foreach} ];