X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fmisc.inc.php;h=f57ed8e4441d53d71312b35ac9bf1816e255deaf;hb=0b53e7e835c08e664f92a8443cc785714366e533;hp=410ec7e68577f7c61f496da721e7e74cdb76e5bd;hpb=1110246140290ef0ae49d1b39e23d2cb72e1192d;p=banana.git diff --git a/banana/misc.inc.php b/banana/misc.inc.php index 410ec7e..f57ed8e 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,15 @@ 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 = '