diff options
| -rw-r--r-- | app/views/helpers/normal_view.phtml | 2 | ||||
| -rw-r--r-- | app/views/helpers/reader_view.phtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/helpers/normal_view.phtml b/app/views/helpers/normal_view.phtml index 126fa5a78..4f08bea7f 100644 --- a/app/views/helpers/normal_view.phtml +++ b/app/views/helpers/normal_view.phtml @@ -125,7 +125,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { <?php $this->partial ('nav_entries'); ?> <?php } else { ?> -<div class="alert alert-warn"> +<div id="stream" class="alert alert-warn normal"> <span class="alert-head"><?php echo Translate::t ('no_feed_to_display'); ?></span> </div> <?php } ?>
\ No newline at end of file diff --git a/app/views/helpers/reader_view.phtml b/app/views/helpers/reader_view.phtml index cdca393b9..46a65a4e3 100644 --- a/app/views/helpers/reader_view.phtml +++ b/app/views/helpers/reader_view.phtml @@ -39,7 +39,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { </div> <?php } else { ?> -<div class="alert alert-warn"> +<div id="stream" class="alert alert-warn reader"> <span class="alert-head"><?php echo Translate::t ('no_feed_to_display'); ?></span> </div> <?php } ?>
\ No newline at end of file |
