library/HTMLPurifier.func.php

Go to the documentation of this file.
00001 <?php
00002 
00015 function HTMLPurifier($html, $config = null) {
00016     static $purifier = false;
00017     if (!$purifier) {
00018         $purifier = new HTMLPurifier();
00019     }
00020     return $purifier->purify($html, $config);
00021 }
00022 

Generated on Thu Jun 19 18:47:25 2008 for HTMLPurifier by  doxygen 1.5.3