From: moodler Date: Thu, 6 Feb 2003 18:07:31 +0000 (+0000) Subject: Missing semicolon X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=40f1246b14c4ac29f67e5bd1972a920a4f43630f;p=moodle.git Missing semicolon --- diff --git a/lib/session-test.php b/lib/session-test.php index 0b665c2a48..5468b2a132 100644 --- a/lib/session-test.php +++ b/lib/session-test.php @@ -17,6 +17,6 @@ if (!isset($_SESSION["test"])) { // First time you call it. echo "

Sessions are working correctly

"; } -echo "

Reload this page

" +echo "

Reload this page

"; ?>