<form name="form" method="post" action="mod.php">
<table cellpadding="5">
<tr valign="top">
- <td align="right" width=\"50%\"><p><b><?php print_string("title", "exercise") ?>:</b></p></td>
- <td width=\"50%\">
+ <td align="right" width="50%"><p><b><?php print_string("title", "exercise") ?>:</b></p></td>
+ <td width="50%">
<input type="text" name="name" size="60" value="<?php p($form->name) ?>" />
</td>
</tr>