mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 05:11:52 +00:00
Fix parse error.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@406 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
81721ded5c
commit
694139d3bb
@ -146,7 +146,7 @@ file_put_contents("$xsl_stylesheet_name.html", $html_output);
|
||||
if (php_sapi_name() != 'cli') {
|
||||
echo $html_output;
|
||||
} else {
|
||||
echo 'Files generated successfully.'
|
||||
echo 'Files generated successfully.';
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user