diff options
| author | 2016-02-21 19:15:41 +0100 | |
|---|---|---|
| committer | 2016-02-21 19:15:41 +0100 | |
| commit | 8d8bf4647bba0a0be2336f3eaeb8e6a70bfb9a37 (patch) | |
| tree | f55d65a8374900cd0edd78db4c53e1fd4087775d /app/layout/aside_feed.phtml | |
| parent | a5beaee23e7d092706b4f13e2ed0e0fb440c3046 (diff) | |
| parent | cb913a3a76daf357ad36ca39c26b4aaf800211d2 (diff) | |
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 307db6af8..4e1903a7a 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -19,7 +19,7 @@ <a href="<?php echo _url('index', 'about'); ?>"><?php echo _t('index.menu.about'); ?></a> <?php } ?> - <form id="mark-read-aside" method="post" style="display: none"></form> + <form id="mark-read-aside" method="post" aria-hidden="true"></form> <ul class="tree"> <li class="tree-folder category all<?php echo FreshRSS_Context::isCurrentGet('a') ? ' active' : ''; ?>"> |
