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' -%}
|
||||
{{' '}}href="javascript:void(0)"
|
||||
{%- else -%}
|
||||
{{' '}}href="{{search}}"
|
||||
{{' '}}href="{{link}}"
|
||||
{%- endif -%}
|
||||
{%- else -%}
|
||||
{% set closing="</span>" %}
|
||||
|
|
Loading…
Reference in a new issue