diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 20fe88583775f429596737c74692fd285a2ca04a..cb01b087a54ccb0b5ec0ded2740c1f1d6bb231d7 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -14,7 +14,7 @@ <th role="presentation"></th> {foreach $slots as $id=>$slot} <td headers="C{$id}"> - <a href="{poll_url id=$admin_poll_id admin=true action='delete_column' action_value=$slot->title}" + <a href="{poll_url id=$admin_poll_id admin=true action='delete_column' action_value=urlencode($slot->title)}" class="btn btn-link btn-sm" title="{__('adminstuds', 'Remove the column')} {$slot->title|html}"> <i class="glyphicon glyphicon-remove text-danger"></i><span class="sr-only">{__('Generic', 'Remove')}</span> </a>