Oops, replace wrongly used variable search -> link.
This commit is contained in:
parent
89bfca8f9f
commit
c185ca6bf7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
{%- elif link == 'void' -%}
|
{%- elif link == 'void' -%}
|
||||||
{{' '}}href="javascript:void(0)"
|
{{' '}}href="javascript:void(0)"
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{' '}}href="{{search}}"
|
{{' '}}href="{{link}}"
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{% set closing="</span>" %}
|
{% set closing="</span>" %}
|
||||||
|
|
Loading…
Reference in a new issue