bug #1193450: XHTML compliance

This commit is contained in:
Marc Delisle
2005-05-22 17:11:10 +00:00
parent fe8cd66697
commit bf91566ec4
10 changed files with 17 additions and 16 deletions

View File

@@ -310,7 +310,7 @@ function printPage()
//-->
</script>
<?php
echo '<br /><br />&nbsp;<input type="button" style="width: 100px; height: 25px;" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
echo '<br /><br />&nbsp;<input type="button" style="width: 100px; height: 25px;" id="print" value="' . $strPrint . '" onclick="printPage()" />' . "\n";
require_once('./footer.inc.php');
?>