diff options
Diffstat (limited to 'app/views/helpers/view/global_view.phtml')
| -rw-r--r-- | app/views/helpers/view/global_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/global_view.phtml b/app/views/helpers/view/global_view.phtml index 48aa5d46f..72bcf4c73 100644 --- a/app/views/helpers/view/global_view.phtml +++ b/app/views/helpers/view/global_view.phtml @@ -46,7 +46,7 @@ </div> <?php } else { ?> -<div class="prompt alert alert-warn"> +<div id="stream" class="prompt alert alert-warn global"> <h2><?php echo _t('no_feed_to_display'); ?></h2> <a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br /> </div> |
