diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl
index 3ccc43f139417b212b804ca9e4da18c6b3d21d0e..b8b81f1a2ac430b451b5997531ea81aeadf1a8b9 100644
--- a/tpl/part/vote_table_classic.tpl
+++ b/tpl/part/vote_table_classic.tpl
@@ -361,9 +361,9 @@
 
                 {$i = 0}
                 <ul class="list-unstyled">
-                    {foreach $slots as $slot}
+                    {foreach $slots as $i => $slot}
                         {if $best_choices['y'][$i] == $max}
-                            <li><strong>{$slot->title|markdown:true}</strong></li>
+                            <li><strong>{markdown_to_text markdown=$slot->title id=$i}</strong></li>
                         {/if}
                         {$i = $i+1}
                     {/foreach}