mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-08 23:26:39 +02:00
Remove trailing whitespace.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class HTMLPurifier_URIHarness extends HTMLPurifier_Harness
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* Prepares two URIs into object form
|
||||
* @param &$uri Reference to string input URI
|
||||
@@ -17,7 +17,7 @@ class HTMLPurifier_URIHarness extends HTMLPurifier_Harness
|
||||
$expect_uri = $parser->parse($expect_uri);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Generates a URI object from the corresponding string
|
||||
*/
|
||||
@@ -25,5 +25,5 @@ class HTMLPurifier_URIHarness extends HTMLPurifier_Harness
|
||||
$parser = new HTMLPurifier_URIParser();
|
||||
return $parser->parse($uri);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user