summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
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"); ?>