From fab178a10bbca05ae983346b0ec77b0c56ac7429 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Thu, 6 May 2004 19:02:25 +0000 Subject: [PATCH] add anchors to week/topics on course homepage --- course/format/topics/format.php | 2 +- course/format/weeks/format.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 865b47c6b6..f696d4b14b 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -186,7 +186,7 @@ echo ""; echo ""; - echo "

$section

"; + echo "

$section

"; echo ""; if (!isteacher($course->id) and !$thissection->visible) { // Hidden for students diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index ca26ccf258..5f16a28353 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -174,7 +174,7 @@ echo ""; echo ""; - echo "

$section

"; + echo "

$section

"; echo ""; echo ""; -- 2.39.5