]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed some warnings bug 5091
authormoodler <moodler>
Wed, 5 Apr 2006 07:27:58 +0000 (07:27 +0000)
committermoodler <moodler>
Wed, 5 Apr 2006 07:27:58 +0000 (07:27 +0000)
mod/data/tabs.php
mod/data/templates.php

index 6a868c63852fd10d69b1d4f9484326812f7b35a9..0e637f2bb1a7ed08116e59e62653ceac9afb8cf2 100755 (executable)
@@ -37,7 +37,7 @@
     if (isset($record)) {
         $row[] = new tabobject('single', $CFG->wwwroot.'/mod/data/view.php?d='.$data->id.'&rid='.$record->id, get_string('single','data'), '', true);
     } else {
-        $row[] = new tabobject('single', $CFG->wwwroot.'/mod/data/view.php?d='.$data->id.'&mode=single', get_string('single','data'), '', true);
+        $row[] = new tabobject('single', $CFG->wwwroot.'/mod/data/view.php?d='.$data->id.'&amp;mode=single', get_string('single','data'), '', true);
     }
 
     if (isloggedin() and !isguest()) {
index 24aacdabb1288656456fd9431fe81c49e0bfc4b5..934ba21f58472ef376fd8c52f82433901447aeb0 100755 (executable)
 
 
 /// Add the HTML editor(s).
-    echo '<td>';
     $usehtmleditor = can_use_html_editor() && ($mode != 'csstemplate');
     if ($mode == 'listtemplate'){
         // Print the list template header.