summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.header.php b/templates/part.items.header.php
index 68e0d9234..7291cb296 100644
--- a/templates/part.items.header.php
+++ b/templates/part.items.header.php
@@ -16,7 +16,7 @@ $showOnlyUnread = true;
<div class="feed_controls">
<div class="feed_title">
- <h1><?php echo $feedTitle; ?></h1>
+ <h1 title="<?php echo $feedTitle; ?>"><?php echo $feedTitle; ?></h1>
</div>
<div class="controls">
<input type="button" value="<?php echo $l->t('Mark all as read'); ?>" id="mark_all_as_read" />