From 694139d3bb7a77342f2c7007f90ad376254da90c Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 10 Sep 2006 22:53:40 +0000 Subject: [PATCH] Fix parse error. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@406 48356398-32a2-884e-a903-53898d9a118a --- configdoc/generate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configdoc/generate.php b/configdoc/generate.php index 172002ae..49274e97 100644 --- a/configdoc/generate.php +++ b/configdoc/generate.php @@ -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.'; } ?> \ No newline at end of file