HTML escape pth_password

This commit is contained in:
hypsometric
2017-02-14 15:37:59 +01:00
committed by GitHub
parent 34746400e6
commit 709073358b

View File

@@ -666,7 +666,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>