Commit 23a25b9a by Carlos

Revert "Added a function for handling HTML special characters"

This reverts commit b47fc647.
parent b47fc647
......@@ -46,19 +46,6 @@ class HTML {
}
/**
* Convert HTML special characters.
*
* The encoding specified in the application configuration file will be used.
*
* @param string $value
* @return string
*/
public static function specialchars($value)
{
return htmlspecialchars($value, ENT_QUOTES, Config::get('application.encoding', false));
}
/**
* Generate a link to a JavaScript file.
*
* <code>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment