summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-10 04:24:06 +0000
committerBill Marquette <billm@pfsense.org>2005-08-10 04:24:06 +0000
commit6d4ac2e3d2c5fbafdf22972bf01a7f420e89b1ed (patch)
tree4b36f18a649936b1d38434cb974da2578616787d /usr/local/www
parentfdc24e47b3cddab409ef057272c1b34581a98866 (diff)
downloadpfsense-6d4ac2e3d2c5fbafdf22972bf01a7f420e89b1ed.zip
pfsense-6d4ac2e3d2c5fbafdf22972bf01a7f420e89b1ed.tar.gz
Fix footer placement by moving div tag to the right place
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/vpn_pppoe_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php
index 3d8342c..5fdb0fd 100755
--- a/usr/local/www/vpn_pppoe_users.php
+++ b/usr/local/www/vpn_pppoe_users.php
@@ -115,10 +115,10 @@ include("head.inc");
<td class="list"> <a href="vpn_pppoe_users_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add user" width="17" height="17" border="0"></a></td>
</tr>
</table>
+</div>
</td>
</tr>
</table>
-</div>
</form>
<?php include("fend.inc"); ?>
<script type="text/javascript">
OpenPOWER on IntegriCloud