From 2acccac58cefdc7fb3de40c786cf2ea9b8a3cf27 Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Fri, 22 Jan 2016 08:43:19 +1100 Subject: [PATCH] Fix syntax error (missed fullstop for concatenation) --- bookquiz/toc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookquiz/toc.php b/bookquiz/toc.php index 9f146df..8c59d67 100755 --- a/bookquiz/toc.php +++ b/bookquiz/toc.php @@ -132,7 +132,7 @@ if ($print) { } else { if (array_key_exists( $ch->id, $okchapters)) { $toc .= ''.$title.''; + .$id.'&chapterid='.$ch->id.'">'.$title.''; } else { $toc .= htmlspecialchars($title); }