WEB. additions to fix #915

This commit is contained in:
Dmitry Naumov-Socolov 2016-11-24 17:00:34 -05:00
commit f742c99641
3 changed files with 15 additions and 15 deletions

View file

@ -64,7 +64,7 @@
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input password" name="v_password" value="<?=htmlentities($v_password)?>">
<input type="text" size="20" class="vst-input password" name="v_password" value="<?=htmlentities(trim($v_password, "'"))?>">
</td>
</tr>
<tr>