aboutsummaryrefslogtreecommitdiff
path: root/app/views/feed
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 19:15:23 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 19:15:23 +0100
commitcb913a3a76daf357ad36ca39c26b4aaf800211d2 (patch)
tree99eec0a9021ed4dd829e95ee3fa61de349789e9b /app/views/feed
parentb4864149889a749042d344625d4ffbdbd3f8a3cc (diff)
CSP for statistics and forms
https://github.com/FreshRSS/FreshRSS/issues/1075
Diffstat (limited to 'app/views/feed')
-rw-r--r--app/views/feed/add.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml
index 35f6fbb12..fd6d41b1d 100644
--- a/app/views/feed/add.phtml
+++ b/app/views/feed/add.phtml
@@ -56,7 +56,7 @@
<option value="nc"><?php echo _t('sub.category.new'); ?></option>
</select>
- <span style="display: none;">
+ <span aria-hidden="true">
<input type="text" name="new_category[name]" id="new_category_name" autocomplete="off" placeholder="<?php echo _t('sub.category.new'); ?>" />
</span>
</div>