1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-20 04:41:32 +02:00
- Shuffle around TODO items, we're going to handle the URI deficiencies first
- Fix bugs in documentation :-P

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@441 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-09-23 00:43:21 +00:00
parent 00fce29467
commit 4f8d83506d
3 changed files with 26 additions and 15 deletions

View File

@@ -130,6 +130,7 @@ If your website is in UTF-8 and XHTML Transitional, use this code:
$purifier = new HTMLPurifier();
$clean_html = $purifier->purify($dirty_html);
?>
If your website is in a different encoding or doctype, use this code: