aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-17 20:11:35 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-17 20:11:35 -0500
commit48e93b86be65289713a653a7ae3092928524e102 (patch)
treec1e1edacbb9924384165fda44ef749d4829ad59e
parente229674b2f75f71cc13619ad58e4b4db61e2b218 (diff)
downloadpfsense-packages-48e93b86be65289713a653a7ae3092928524e102.tar.gz
pfsense-packages-48e93b86be65289713a653a7ae3092928524e102.tar.bz2
pfsense-packages-48e93b86be65289713a653a7ae3092928524e102.zip
Oops, don't break on the checkbox
-rwxr-xr-xconfig/haproxy/haproxy_global.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php
index 95e6eb0b..6931f37d 100755
--- a/config/haproxy/haproxy_global.php
+++ b/config/haproxy/haproxy_global.php
@@ -198,7 +198,6 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="enablesync" type="checkbox" value="yes" <?php if ($pconfig['enablesync']) echo "checked"; ?>>
- <br/>
<strong>Sync XMLRPC configuration to backup CARP members</strong>
</td>
</tr>