diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-07 01:27:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-07 01:27:20 +0000 |
commit | 69fbe36f6affaed1e400750f845959e74eba1dc5 (patch) | |
tree | 1094c70769d8716469545a72f9bbb0e6cfd5b2bf /usr/local/www/exec.php | |
parent | fbcf00372e5ecdddfeae80b1fe2862182aabe125 (diff) | |
download | pfsense-69fbe36f6affaed1e400750f845959e74eba1dc5.zip pfsense-69fbe36f6affaed1e400750f845959e74eba1dc5.tar.gz |
Make left td consistent
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-x | usr/local/www/exec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index 145d07d..2555c95 100755 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -276,7 +276,7 @@ if (!isBlank($_POST['txtPHPCommand'])) { <td colspan="2" valign="top" class="vnsepcell">PHP Execute</td> </tr> <tr> - <td class="label" align="right">Command:</td> + <td align="right">Command:</td> <td class="type"><textarea id="txtPHPCommand" name="txtPHPCommand" type="text" rows="3" cols="50" value="<?=htmlspecialchars($_POST['txtPHPCommand']);?>"></textarea></td> </tr> <tr> |