summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-04-16 19:20:44 +0100
committerColin Fleming <cj_fleming@sky.com>2013-04-16 19:20:44 +0100
commitf4b584253386633cb554f0692c278fcbb6c73ed7 (patch)
tree973e63e1d416036f0cad93201f313b225ed1bce9 /usr/local/www/pkg.php
parentb794b21412adf696a6a69f0ce0560204d4b7f713 (diff)
downloadpfsense-f4b584253386633cb554f0692c278fcbb6c73ed7.zip
pfsense-f4b584253386633cb554f0692c278fcbb6c73ed7.tar.gz
Tidy up "pkg.php" XHTML
Add missing opening and closing TR tag
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index fefb380..afa764a 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -518,7 +518,7 @@ if ($pkg['tabs'] <> "") {
<?php
#Show save button only when movable is defined
if($pkg['adddeleteeditpagefields']['movable']){?>
- <td><input class="formbtn" type="button" value="Save" name="Submit" onclick="save_changes_to_xml('<?=$xml?>')" /></td>
+ <tr><td><input class="formbtn" type="button" value="Save" name="Submit" onclick="save_changes_to_xml('<?=$xml?>')" /></td></tr>
<?php }?>
</table>
</td>
OpenPOWER on IntegriCloud