- bugfix on <?xml ... ?> tags for all php_handling modes

- bugfix on parameter of variablefilter.htmlspecialchars.php plugin
This commit is contained in:
Uwe.Tews
2010-02-16 20:20:49 +00:00
parent c188b50ecc
commit 44feb88c19
4 changed files with 1599 additions and 1578 deletions
@@ -13,9 +13,9 @@
* @param object $ &$smarty Smarty object
* @return string filtered output
*/
function smarty_variablefilter_htmlspecialchars($source, &$smarty)
function smarty_variablefilter_htmlspecialchars($source, $smarty)
{
return htmlspecialchars($source, ENT_QUOTES);
}
?>
?>