]> git.mjollnir.org Git - moodle.git/commitdiff
More short tags not found by the script :-( :-(
authormoodler <moodler>
Thu, 11 Sep 2003 12:43:24 +0000 (12:43 +0000)
committermoodler <moodler>
Thu, 11 Sep 2003 12:43:24 +0000 (12:43 +0000)
course/edit.html

index daaadaf954bbaf5f4c59b1d69e897b6e0a13b28f..e8e316396566c3f0f25f28e3b3e6d9d58d77941e 100644 (file)
@@ -34,7 +34,7 @@
 </tr>
 <tr valign=top>
        <td><P><?php  print_string("availability") ?>:</td>
-       <td><?
+       <td><?php
     unset($choices);
     $choices["0"] = get_string("courseavailablenot");
     $choices["1"] = get_string("courseavailable");
@@ -51,7 +51,7 @@
 </tr>
 <tr valign=top>
        <td><P><?php  print_string("opentoguests") ?>:</td>
-       <td><?
+       <td><?php
     unset($choices);
     $choices["0"] = get_string("guestsno");
     $choices["1"] = get_string("guestsyes");
 </tr>
 <tr valign=top>
        <td><P><?php  print_string("startdate") ?>:</td>
-       <td><?
+       <td><?php
            print_date_selector("startday", "startmonth", "startyear", $form->startdate);
            helpbutton("coursestartdate", get_string("startdate"));
        ?></td>
 </tr>
 <tr valign=top>
        <td><P><?php  print_string("numberweeks") ?>:</td>
-       <td><?
+       <td><?php
            for ($i=1; $i<=52; $i++) {
               $sectionmenu[$i] = "$i";
            }
 </tr>
 <tr valign=top>
        <td><P><?php  print_string("showrecent") ?>:</td>
-       <td><?
+       <td><?php
     unset($choices);
     $choices["0"] = get_string("no");
     $choices["1"] = get_string("yes");
 </tr>
 <tr valign=top>
        <td><P><?php  print_string("showgrades") ?>:</td>
-       <td><?
+       <td><?php
     unset($choices);
     $choices["0"] = get_string("no");
     $choices["1"] = get_string("yes");