Open pilif opened 15 years ago
sacy doesn't respect tags that are inside HTML comments.
<!-- <link rel="stylesheet" type="text/css" href="..." /> -->
would still be processed.
A valid workaround is to use Smarty comments to temporarely remove links / scripts from a template.
sacy doesn't respect tags that are inside HTML comments.
would still be processed.
A valid workaround is to use Smarty comments to temporarely remove links / scripts from a template.