diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-23 23:20:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-23 23:20:41 +0000 |
commit | f7ccb37657c67bb5146faa4017b969bcc9f00d46 (patch) | |
tree | 24efd928d2b89febf1760dc66062d3840eb3248a | |
parent | abd378bf945097590d079d49a7851ee3cdfbb1ff (diff) | |
download | pfsense-f7ccb37657c67bb5146faa4017b969bcc9f00d46.zip pfsense-f7ccb37657c67bb5146faa4017b969bcc9f00d46.tar.gz |
Minor nitpick, change - to +
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 4b34547..c7af53d 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -282,7 +282,7 @@ include("head.inc"); <tr> <td class="listrborder" colspan="5"> <div id="shph2but-<?=$i?>"> - <input type="button" onClick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="-"></input> - Show Phase 2</a> + <input type="button" onClick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="+"></input> - Show Phase 2</a> </div> <table class="tabcont" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" id="tdph2-<?=$i?>" style="display:none"> <tr> |