aboutsummaryrefslogtreecommitdiff
path: root/app/views/subscription/index.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-30 23:16:27 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-30 23:16:27 +0200
commitdcadf0dfdfb8730abdfdee2bbf061b984d5ef6b4 (patch)
treef0e62bcb9cec23258f0918599fb04102f0eef407 /app/views/subscription/index.phtml
parent5cb3d017ab893f1e99df5cfd373e47df88f53960 (diff)
parent8a131b056ee3566c2b54466f650c26c143b7c369 (diff)
Merge pull request #881 from Alkarex/ForceAutocompleteOff
Force autocomplete off
Diffstat (limited to 'app/views/subscription/index.phtml')
-rw-r--r--app/views/subscription/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index 331e8244e..2cfe3f33c 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -36,10 +36,10 @@
<li class="dropdown-header"><?php echo _t('sub.feed.auth.http'); ?></li>
<li class="input">
- <input type="text" name="http_user" id="http_user_add" autocomplete="off" placeholder="<?php echo _t('sub.feed.auth.username'); ?>" />
+ <input type="text" name="http_user" id="http_user_feed" value=" " autocomplete="off" placeholder="<?php echo _t('sub.feed.auth.username'); ?>" />
</li>
<li class="input">
- <input type="password" name="http_pass" id="http_pass_add" autocomplete="off" placeholder="<?php echo _t('sub.feed.auth.password'); ?>" />
+ <input type="password" name="http_pass" id="http_pass_feed" autocomplete="off" placeholder="<?php echo _t('sub.feed.auth.password'); ?>" />
</li>
</ul>
</div>