From ce11049630a99d82e7e33970a3185f47e781d871 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Fri, 25 May 2018 19:40:05 +0200
Subject: [PATCH] Also handle the graph

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 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 b8b81f1a..56729340 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}
-                    $('<div/>').html('{$slot->title|markdown:true}').text(),
+                    $('<div/>').html('{markdown_to_text markdown=$slot->title id=$id}').text(),
                 {/foreach}
                 ];
 
-- 
GitLab