aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats/idle.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-31 18:25:02 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-31 18:25:02 +0200
commit93f7f849874dcdf1263370ff08c72a962f8de56f (patch)
tree50c0bc54eebd1c446e96f2d831317a2a83c48e3f /app/views/stats/idle.phtml
parentdf27e435f26df5e4e31dd34b334b2d1e27297158 (diff)
Restaure compatibility with Internet Explorer 11 / Edge
https://github.com/FreshRSS/FreshRSS/issues/772
Diffstat (limited to 'app/views/stats/idle.phtml')
-rw-r--r--app/views/stats/idle.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index ba88b679f..8c5f182c2 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -18,8 +18,7 @@
<div class="stat">
<h2><?php echo _t('gen.date.' . $period); ?></h2>
- <form id="form-delete" method="post" aria-hidden="true"></form>
-
+ <form id="form-delete" method="post">
<?php foreach ($feeds as $feed) { ?>
<ul class="horizontal-list">
<li class="item">
@@ -34,6 +33,7 @@
</li>
</ul>
<?php } ?>
+ </form>
</div>
<?php
}