From 13acd7742a9287249c1f0de15435e663f9c8cc28 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Tue, 20 Nov 2012 15:20:44 +0100 Subject: Fix multiline string. --- sqlbox/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlbox') diff --git a/sqlbox/view.php b/sqlbox/view.php index 4580f16..e2330e1 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -74,7 +74,7 @@ if ($sqlbox->intro) { // Conditions to show the intro can change to look for own // Replace the following lines with you own code echo $OUTPUT->heading('Yay! It works!'); -$form = < EOF; -- cgit