summaryrefslogtreecommitdiffstats
path: root/templates/part.content.cronwarning.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.cronwarning.php')
-rw-r--r--templates/part.content.cronwarning.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index 57eebe123..afde73a49 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -1,5 +1,5 @@
<?php if ($_['cronWarning']) { ?>
- <div id="cron-warning">
+ <news-instant-notification id="cron-warning">
<p><?php p($l->t('Ajax cron mode detected! Your feeds will ' .
'not be updated correctly. It is recommended to either use ' .
'the operating system cron or a custom updater.'
@@ -25,5 +25,5 @@
</li>
</ul>
</p>
- </div>
+ </news-instant-notification>
<?php }; ?>