summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 16:24:08 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 16:24:08 +0200
commit084d70a217420b17ca3642f94599cd11f0d079af (patch)
tree87d2d3821a1df979a6838cbfe541a4ba6469f920 /templates/main.php
parentf38a28d6213b7e4f048540cb4f167b464b7921d7 (diff)
made the item heading the same size as the feed heading
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 1f84520db..61cfc5ec9 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -10,7 +10,7 @@ echo $this->inc("part.items.header");
?>
<div id="leftcontent" class="leftcontent">
- <h3><?php echo $l->t('Subscriptions'); ?></h3>
+ <h1><?php echo $l->t('Subscriptions'); ?></h1>
<div id="feeds">
<ul>
<?php echo $this->inc("part.feeds"); ?>