diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 7c83e24..07ee275 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -106,7 +106,7 @@ {elseif $choice=='0'} {__('Generic', 'No')} {else} - ?{__('Generic', 'Unknown')} + {__('Generic', 'Unknown')} {/if} {$id=$id + 1} diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 4b44b0e..41b233a 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -157,7 +157,7 @@ {elseif $choice=='0'} {__('Generic', 'No')} {else} - ?{__('Generic', 'Unknown')} + {__('Generic', 'Unknown')} {/if} {$k=$k + 1}