]> git.ipfire.org Git - ipfire-2.x.git/commit
pppsetup.cgi: Fix site layout when no TYPE is specified
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 18 Oct 2015 12:25:50 +0000 (14:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Oct 2015 17:51:31 +0000 (18:51 +0100)
commit609b862fe7c58c3d61244888c1f7a98cb7da66cb
tree53f051c20bc46fda97c8ba01356975e29a57d0eb
parent4bb2df502d0f542396891973c68f0ea259f0bd66
pppsetup.cgi: Fix site layout when no TYPE is specified

There was an issue with false generated HTML code, in case
of an empty or unset $pppsettings{'TYPE'} variable which results
in a missplaced website footer.

This patch moves the code for closeing the table and the call of the
closebox() function to the correct place to prevent this display issue.

Fixes #10565.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/pppsetup.cgi