X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fmisc.inc.php;h=7520adfa13265401cb3bf14f738efb7d7e75fb74;hb=73ab762c360a7348f3630d12b18b95ec8345d457;hp=410ec7e68577f7c61f496da721e7e74cdb76e5bd;hpb=f5eb6c66d0e4e7878cd4b388bdfbb191ab709d70;p=banana.git diff --git a/banana/misc.inc.php b/banana/misc.inc.php index 410ec7e..7520adf 100644 --- a/banana/misc.inc.php +++ b/banana/misc.inc.php @@ -14,7 +14,7 @@ function _b_($str) { return utf8_decode(dgettext('banana', utf8_encode($str))); } function to_entities($str) { - require_once 'banana/utf8.php'; + require_once dirname(__FILE__).'/utf8.php'; return utf8entities(htmlentities($str, ENT_NOQUOTES, 'UTF-8')); } @@ -35,14 +35,14 @@ function textFormat_translate($format) * Taken from php.net */ - /** +/** * @return string * @param string * @desc Strip forbidden tags and delegate tag-source check to removeEvilAttributes() */ function removeEvilTags($source) { - $allowedTags = '