Handle markdown properly in the best choices section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
92f699337f
commit
14053d20c9
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user