From 4192dcdf0763c0288fa97ccf6ad0e65590b64ec6 Mon Sep 17 00:00:00 2001 From: Luke Hudson Date: Mon, 8 Feb 2010 23:17:28 +0000 Subject: [PATCH] MINOR: Fix documentation for Diff::cleanHTML git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98477 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/Diff.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/Diff.php b/code/Diff.php index 9964c5f8..c33d3570 100755 --- a/code/Diff.php +++ b/code/Diff.php @@ -664,13 +664,10 @@ class Diff /** * Attempt to clean invalid HTML, which messes up diffs. - * This checks for various methods and cleans code if possible. + * This cleans code if possible, using an instance of HTMLCleaner * * NB: By default, only extremely simple tidying is performed, * by passing through DomDocument::loadHTML and saveXML - * You will either need to install the php_tidy module - * See: http://www.php.net/manual/en/tidy.installation.php - * See also: http://htmlpurifier.org * * @param string $content HTML content * @param object $cleaner Optional instance of a HTMLCleaner class to