0
0
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:
Edward Z. Yang 2006-09-10 22:53:40 +00:00
parent 81721ded5c
commit 694139d3bb

View File

@ -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.';
}
?>