1
0

Escaping JS instead of HTML.

This commit is contained in:
Matthias Mees
2013-02-07 19:34:02 +01:00
parent 8d1db9572f
commit 4d2801f6ae
3 changed files with 19 additions and 19 deletions

View File

@ -59,7 +59,7 @@
</form>
{serendipity_hookPlugin hook="quicksearch_plugin" hookAll="true"}
{if $template_option.header_img}
<img src="{$template_option.header_img|@escape:"html"}" alt="">
<img src="{$template_option.header_img|@escape:"javascript"}" alt="">
{/if}
</header>
{if $template_option.use_corenav}