From 9eb55db5226d89da66df4f8a67d5789b0bc57a84 Mon Sep 17 00:00:00 2001 From: Antonin Date: Thu, 4 Aug 2016 22:28:05 +0200 Subject: [PATCH] Added the missing title attribute --- tpl/part/vote_table_classic.tpl | 2 +- tpl/part/vote_table_date.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index e1feac7..0cc019c 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -32,7 +32,7 @@ {foreach $slots as $id=>$slot} - {$slot->title|markdown} + {$slot->title|markdown} {/foreach} diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 762f2b7..345a15d 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -76,7 +76,7 @@ {$slots_raw = array()} {foreach $slots as $slot} {foreach $slot->moments as $id=>$moment} - {$moment|html} + {$moment|html} {append var='headersH' value=$headersDCount} {$headersDCount = $headersDCount+1} {$slots_raw[] = $slot->day|date_format:$date_format.txt_full|cat:' - '|cat:$moment}