diff options
author | Bill Marquette <billm@pfsense.org> | 2005-08-10 04:24:06 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-08-10 04:24:06 +0000 |
commit | 6d4ac2e3d2c5fbafdf22972bf01a7f420e89b1ed (patch) | |
tree | 4b36f18a649936b1d38434cb974da2578616787d | |
parent | fdc24e47b3cddab409ef057272c1b34581a98866 (diff) | |
download | pfsense-6d4ac2e3d2c5fbafdf22972bf01a7f420e89b1ed.zip pfsense-6d4ac2e3d2c5fbafdf22972bf01a7f420e89b1ed.tar.gz |
Fix footer placement by moving div tag to the right place
-rwxr-xr-x | usr/local/www/vpn_pppoe_users.php | 2 |
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"> |