feature 1505: bug fixed, the password was not replaced by stars

git-svn-id: http://piwigo.org/svn/trunk@5245 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-03-22 08:45:21 +00:00
commit d3104275c0

View file

@ -95,7 +95,7 @@ border:2px solid #FF3363;
</tr>
<tr>
<td>{'Password'|@translate}</td>
<td><input type="text" name="password"></td>
<td><input type="password" name="password"></td>
</tr>
</table>