Also handle the graph

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-05-25 19:40:05 +02:00
parent 14053d20c9
commit ce11049630
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

View File

@ -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}
];