fixing broken xhtml

This commit is contained in:
toyomoyo 2006-12-15 05:30:56 +00:00
parent 027ce10e0e
commit a880d5917b

View file

@ -186,14 +186,14 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
echo "<td align=\"right\">"; echo "<td align=\"right\">";
print_string("shortname"); print_string("shortname");
echo " :</td>"; echo " :</td>";
echo "<td><input type=\"text\" name=\"shortname\" maxlength=\"15\" size=\"10\" value=\"$form1->shortname\" alt=\" print_string(\"shortname\")\" />" ; echo "<td><input type=\"text\" name=\"shortname\" maxlength=\"15\" size=\"10\" value=\"$form1->shortname\" alt=\"".get_string("shortname")."\" />" ;
helpbutton("courseshortname", get_string("shortname")) ; helpbutton("courseshortname", get_string("shortname")) ;
if (isset($err["shortname"])) formerr($err["shortname"]); if (isset($err["shortname"])) formerr($err["shortname"]);
echo "<tr valign=\"top\" >"; echo "<tr valign=\"top\" >";
echo "<td align=\"right\">"; echo "<td align=\"right\">";
print_string("fullname"); print_string("fullname");
echo " :</td>"; echo " :</td>";
echo "<td><input type=\"text\" name=\"fullname\" maxlength=\"254\" size=\"50\" value=\"$form1->fullname\" alt=\" print_string(\"fullname\") \" />" ; echo "<td><input type=\"text\" name=\"fullname\" maxlength=\"254\" size=\"50\" value=\"$form1->fullname\" alt=\" ".get_string("fullname")."\" />" ;
helpbutton("coursefullname", get_string("fullname")) ; helpbutton("coursefullname", get_string("fullname")) ;
if (isset($err["fullname"])) formerr($err["fullname"]); if (isset($err["fullname"])) formerr($err["fullname"]);
echo"</td></tr>"; echo"</td></tr>";
@ -415,7 +415,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
echo "</td></tr>"; echo "</td></tr>";
} }
?> ?>
</table> </td></tr></table>
<hr/> <hr/>
<?php <?php