mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix 404 error when opening voters list with tabs
This commit is contained in:
parent
0e22d1866f
commit
499ab3f758
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
{block tabs}
|
||||
<div n:foreach="$options as $optionId => $optionName" class="tab" id="{$optionId == $option[0] ? 'activetabs' : 'ki'}">
|
||||
<a id="{$optionId == $option[0] ? 'act_tab_a' : ''}" href="/poll{$pollId}/voters?option={$optionId}">{$optionName}</a>
|
||||
<a id="{$optionId == $option[0] ? 'act_tab_a' : ''}" href="/poll{$pollId}/voters?option={base_convert($optionId, 10, 32)}">{$optionName}</a>
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
|
|
Loading…
Reference in a new issue