diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 1584ef0..8fa3fb9 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -113,8 +113,12 @@ {$k=0} {foreach $slots as $slot} {foreach $slot->moments as $moment} + + {if sizeof($vote->choices)==1 && strlen($vote->choices[0])==0} + {$choice=' '} + {else} {$choice=$vote->choices[$k]} - + {/if}