From: moodler Date: Sat, 29 Jan 2005 10:17:59 +0000 (+0000) Subject: Removed unmatched closing tag X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3ce16d70d7809ac450289bb19d582b10ed520213;p=moodle.git Removed unmatched closing tag --- diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 6d871d2764..2150826579 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -1565,7 +1565,7 @@ } } /// CDC-FLAG /// end of else from above tree code!!! - echo "\n"; + echo "\n"; /// CDC-FLAG /// // NoticeFix both viewAll's if(isset($_GET['display']) && !isset($_GET['viewAll'])) {