HTML escape pth_password

This commit is contained in:
hypsometric
2017-02-14 15:37:59 +01:00
committed by Ade
parent 3e4c5cb5e2
commit 83c50ccd4f

View File

@@ -687,7 +687,7 @@
</div>
<div class="row">
<label>Password</label>
<input type="password" name="pth_password" value="${config['pth_password']}" size="36">
<input type="password" name="pth_password" value="${config['pth_password'] | h}" size="36">
</div>
<div class="row">
<label>URL</label>