/* perform basic checks */
$Messages = cpw_check_input();
-
+
/* if no errors, go ahead with the actual change */
if(count($Messages) == 0) {
$Messages = cpw_do_change();
</tr>
<tr>
<td align="center" colspan="2">
- <?php echo addSubmit(_("Change Password"), 'cpw_go'); ?></td>
+ <?php echo addSubmit(_("Change Password"), 'cpw_go'); ?></td>
</tr>
</table>
</form>
</td></tr>
</tr></table>
-</body></html>
+</body></html>
\ No newline at end of file