Use 'html' instead of 'htmlall' modifier
This commit is contained in:
@ -110,7 +110,7 @@
|
||||
<a id="trackbacks"></a>
|
||||
<div class="serendipity_commentsTitle">{$CONST.TRACKBACKS}</div>
|
||||
<div class="serendipity_center">
|
||||
<a rel="nofollow" style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:htmlall}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">{$CONST.TRACKBACK_SPECIFIC}</a>
|
||||
<a rel="nofollow" style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:html}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">{$CONST.TRACKBACK_SPECIFIC}</a>
|
||||
</div>
|
||||
<br />
|
||||
{serendipity_printTrackbacks entry=$entry.id}
|
||||
|
Reference in New Issue
Block a user