Skip to content

Commit

Permalink
FIxed some XHTML bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Aug 24, 2007
1 parent 364fffd commit 33bd434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backup/restore_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@
echo "<td><input type=\"text\" name=\"shortname\" maxlength=\"100\" size=\"20\" value=\"$form1->shortname\" alt=\"".get_string("shortname")."\" />" ;
helpbutton("courseshortname", get_string("shortname")) ;
if (isset($err["shortname"])) formerr($err["shortname"]);
echo "</td>";
echo "</tr>";
echo "<tr valign=\"top\" >";
echo "<td align=\"right\">";
print_string("fullname");
Expand Down

0 comments on commit 33bd434

Please sign in to comment.