syntax cleanup

This commit is contained in:
2017-10-22 20:39:20 -07:00
parent bb1051e490
commit 3729258931
109 changed files with 847 additions and 1641 deletions
+2 -5
View File
@@ -1,9 +1,7 @@
<?php
function make_gui($t, $b) {
echo '<table id="Table_01" width="537" height="594" border="0" cellpadding="0" cellspacing="0">
echo '<table id="Table_01" width="537" height="594" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/gui_01.gif" width="537" height="30" alt=""></td>
@@ -32,5 +30,4 @@ echo '<table id="Table_01" width="537" height="594" border="0" cellpadding="0" c
}
?>
?>