diff options
Diffstat (limited to 'frontends/php/screenedit.php')
| -rw-r--r-- | frontends/php/screenedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php index da5b9332..e0ae1da3 100644 --- a/frontends/php/screenedit.php +++ b/frontends/php/screenedit.php @@ -81,7 +81,7 @@ echo "<TR>"; for($c=0;$c<$row["cols"];$c++) { - echo "<TD align=\"center\">\n"; + echo "<TD align=\"center\" valign=\"top\">\n"; echo "<a name=\"form\"></a>"; echo "<form method=\"get\" action=\"screenedit.php\">"; |
