Fix unable to save settings when checking http proxy

This commit is contained in:
JonnyWong16 2016-05-22 14:54:44 -07:00
parent 16cbfed20b
commit 1c627f4649

View file

@ -434,7 +434,7 @@
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="http_proxy http-settings" id="http_proxy" value="1" ${config['http_proxy']}> Enable HTTP Proxy
<input type="checkbox" class="http-settings" name="http_proxy" id="http_proxy" value="1" ${config['http_proxy']}> Enable HTTP Proxy
</label>
<p class="help-block">Respect the X-Forwarded-Proto header. Used for reverse proxies with SSL.</p>
</div>