Loading...
 
Features / Usability

Features / Usability


Re: TikiWiki 1.10, HTML Purifier, and target="_blank"

posts: 214

Sorry, what a mess, I can only get this to post in sections, and now I have a section out of order. Here is the original code part:
Original lib/tikilib.php code:

      if ($html && $prefs['feature_purifier'] != 'n') {

            require "HTMLPurifier.auto.php";
            $purifier = new HTMLPurifier();
            $edit_data = $purifier->purify($edit_data);

      }
There are no comments at this time.