summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 15:20:45 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 15:20:45 +0200
commit58716d325c235d4ae8101c13d7936da643cb8ccf (patch)
tree335baf0a31a48065553dea886125315107d0c28f /templates
parent220471ab46f69ad8e6f19578c82318e41b3bc740 (diff)
optimized for a min width of 950px
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" />