mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
WEB. additions to fix #915
This commit is contained in:
parent
6ad6c0dbca
commit
f742c99641
3 changed files with 15 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue