password input fix

This commit is contained in:
Hamza Zia 2012-07-04 14:00:55 +08:00
parent 911c927056
commit 015fa17014

View File

@ -503,7 +503,7 @@
</div>
<label class="control-label" for="input_pass">Enter the password (optional):</label>
<div class="controls">
<input type="text" class="input-xlarge" id="input_pass"/>
<input type="password" class="input-xlarge" id="input_pass"/>
<p class="help-block">Enter the password of the server on which the rpc for aria2 is running (empty if authentication not enabled)</p>
</div>
</div>