From: gustav_delius Date: Thu, 6 May 2004 19:02:25 +0000 (+0000) Subject: add anchors to week/topics on course homepage X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fab178a10bbca05ae983346b0ec77b0c56ac7429;p=moodle.git add anchors to week/topics on course homepage --- 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 "";