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 | |
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')
-rw-r--r-- | config/haproxy/haproxy.xml | 2 | ||||
-rwxr-xr-x | config/haproxy/haproxy_backends.php | 2 | ||||
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 2 | ||||
-rwxr-xr-x | config/haproxy/haproxy_global.php | 2 | ||||
-rwxr-xr-x | config/haproxy/haproxy_servers.php | 2 | ||||
-rwxr-xr-x | config/haproxy/haproxy_servers_edit.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index f9174868..da9ab469 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -44,7 +44,7 @@ <name>haproxy</name> <version>1.0</version> <title>HAProxy</title> - <aftersaveredirect>/pkg_edit.php?xml=haproxy_servers.php</aftersaveredirect> + <aftersaveredirect>/pkg_ediwt.php?xml=haproxy_servers.php</aftersaveredirect> <include_file>/usr/local/pkg/haproxy.inc</include_file> <menu> <name>HAProxy</name> diff --git a/config/haproxy/haproxy_backends.php b/config/haproxy/haproxy_backends.php index bc93d388..6655fb06 100755 --- a/config/haproxy/haproxy_backends.php +++ b/config/haproxy/haproxy_backends.php @@ -77,7 +77,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> <form action="haproxy_backends.php" method="post"> <?php if($one_two): ?> -<p class="pgtitle"><?=$pgtitle?></font></p> +<p class="pgtitle"><?=$pgtitle?></p> <?php endif; ?> <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if ($savemsg) print_info_box($savemsg); ?> diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 32b17bd0..79ec013d 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -364,7 +364,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if($one_two): ?> -<p class="pgtitle"><?=$pgtitle?></font></p> +<p class="pgtitle"><?=$pgtitle?></p> <?php endif; ?> <form action="haproxy_backends_edit.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> 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); ?> diff --git a/config/haproxy/haproxy_servers.php b/config/haproxy/haproxy_servers.php index 9a7cb002..835b1a62 100755 --- a/config/haproxy/haproxy_servers.php +++ b/config/haproxy/haproxy_servers.php @@ -75,7 +75,7 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> <?php if($one_two): ?> -<p class="pgtitle"><?=$pgtitle?></font></p> +<p class="pgtitle"><?=$pgtitle?></p> <?php endif; ?> <form action="haproxy_servers.php" method="post"> <?php if ($input_errors) print_input_errors($input_errors); ?> diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php index e20ce0c7..b2053f4a 100755 --- a/config/haproxy/haproxy_servers_edit.php +++ b/config/haproxy/haproxy_servers_edit.php @@ -157,7 +157,7 @@ function clearcombo(){ <?php include("fbegin.inc"); ?> <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if($one_two): ?> -<p class="pgtitle"><?=$pgtitle?></font></p> +<p class="pgtitle"><?=$pgtitle?></p> <?php endif; ?> <form action="haproxy_servers_edit.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> |