aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/feed.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-17 22:47:21 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-17 22:47:21 +0100
commit7261a551e908229ea4625b6645d490712570e71c (patch)
treea9b151fc023022f4ef629d7f039be30a7f24e575 /app/views/configure/feed.phtml
parent3d9d054f43f649863e575ba31138d372a504bc58 (diff)
Essaye d'éviter les problèmes d'auto-remplissage des champs
Corrige https://github.com/marienfressinaud/FreshRSS/issues/327#issuecomment-32635516
Diffstat (limited to 'app/views/configure/feed.phtml')
-rw-r--r--app/views/configure/feed.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml
index a0fe39f8a..fc26ab58b 100644
--- a/app/views/configure/feed.phtml
+++ b/app/views/configure/feed.phtml
@@ -11,7 +11,7 @@
<p class="alert alert-error"><span class="alert-head"><?php echo Minz_Translate::t ('damn'); ?></span> <?php echo Minz_Translate::t ('feed_in_error'); ?></p>
<?php } ?>
- <form method="post" action="<?php echo _url ('configure', 'feed', 'id', $this->flux->id ()); ?>">
+ <form method="post" action="<?php echo _url ('configure', 'feed', 'id', $this->flux->id ()); ?>" autocomplete="off">
<legend><?php echo Minz_Translate::t ('informations'); ?></legend>
<div class="form-group">
<label class="group-name" for="name"><?php echo Minz_Translate::t ('title'); ?></label>