summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 01:27:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 01:27:20 +0000
commit69fbe36f6affaed1e400750f845959e74eba1dc5 (patch)
tree1094c70769d8716469545a72f9bbb0e6cfd5b2bf /usr
parentfbcf00372e5ecdddfeae80b1fe2862182aabe125 (diff)
downloadpfsense-69fbe36f6affaed1e400750f845959e74eba1dc5.zip
pfsense-69fbe36f6affaed1e400750f845959e74eba1dc5.tar.gz
Make left td consistent
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/exec.php2
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>
OpenPOWER on IntegriCloud