diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 1a3df94f86263541ce2f72074ac044cabc76a98c..b5593bda6a4cb861108a01370f1e59ef030d36ba 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>