From: moodler Date: Wed, 28 Mar 2007 03:27:00 +0000 (+0000) Subject: Old change I never checked in to fix collapsing displays X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7df05299b65825eb22c3f260ca95c3ceda29b540;p=moodle.git Old change I never checked in to fix collapsing displays --- diff --git a/mod/data/edit.php b/mod/data/edit.php index 0fb13dba80..c6e9999cb6 100755 --- a/mod/data/edit.php +++ b/mod/data/edit.php @@ -255,7 +255,7 @@ //form goes here first in case add template is empty echo '
'; - echo '
'; + echo '
'; echo ''; echo ''; echo ''; @@ -295,7 +295,7 @@ } echo '
'; print_simple_box_end(); - echo '
'; + echo ''; /// Upload records section. Only for teachers and the admin.