Skip to content

Commit

Permalink
feature 1505: bug fixed, the password was not replaced by stars
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5245 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Mar 22, 2010
1 parent 15528af commit d310427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/template/no_photo_yet.tpl
Expand Up @@ -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>

Expand Down

0 comments on commit d310427

Please sign in to comment.