aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_feed.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/aside_feed.phtml')
-rw-r--r--app/layout/aside_feed.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 31e5399c7..cd0e0464c 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -154,16 +154,16 @@
<div id="first_load" class="loading"></div>
<?php flush(); ?>
-<script id="tag_config_template" type="text/html">
+<template id="tag_config_template">
<ul class="dropdown-menu">
<li class="item">
<a class="configure open-slider" href="<?= _url('tag', 'update', 'id', '------') ?>"><?= _t('gen.action.manage') ?></a>
</li>
</ul>
<a class="dropdown-close" href="#close">❌</a>
-</script>
+</template>
-<script id="feed_config_template" type="text/html">
+<template id="feed_config_template">
<ul class="dropdown-menu">
<li class="item"><a href="<?= _url('index', $actual_view, 'get', 'f_------') ?>"><?= _t('gen.action.filter') ?></a></li>
<?php if (FreshRSS_Auth::hasAccess()) { ?>
@@ -190,4 +190,4 @@
<?php } ?>
</ul>
<a class="dropdown-close" href="#close">❌</a>
-</script>
+</template>