mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-05 06:01: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') {
|
if (php_sapi_name() != 'cli') {
|
||||||
echo $html_output;
|
echo $html_output;
|
||||||
} else {
|
} else {
|
||||||
echo 'Files generated successfully.'
|
echo 'Files generated successfully.';
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user