diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 00:59:53 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 00:59:53 -0400 |
commit | 064afb8dd11a4f5b0a331b80785177eb7aa12621 (patch) | |
tree | b77d7b62767c8fb917933b72959f9ba974695421 /config/haproxy/haproxy_global.php | |
parent | 7652d2b8a9f081a9bd31173ec3584e54e37732d6 (diff) | |
download | pfsense-packages-064afb8dd11a4f5b0a331b80785177eb7aa12621.tar.gz pfsense-packages-064afb8dd11a4f5b0a331b80785177eb7aa12621.tar.bz2 pfsense-packages-064afb8dd11a4f5b0a331b80785177eb7aa12621.zip |
Remove bogus </font>
Diffstat (limited to 'config/haproxy/haproxy_global.php')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 863d9adb..94143753 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -98,7 +98,7 @@ function enable_change(enable_change) { //--> </script> <?php if($one_two): ?> -<p class="pgtitle"><?=$pgtitle?></font></p> +<p class="pgtitle"><?=$pgtitle?></p> <?php endif; ?> <form action="haproxy_global.php" method="post" name="iform"> <?php if ($input_errors) print_input_errors($input_errors); ?> |