diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/notification.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 3bd8a4d1f..935957060 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -15,6 +15,7 @@ <h2>{'Notification'|@translate}</h2> </div> + <div class="notification"> <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p> <dl> @@ -25,4 +26,5 @@ <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a> </dt> </dl> + </div> </div> |