summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feeds.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index faa58f323..68ef70451 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -32,5 +32,8 @@
}
$allfeeds = isset($_['allfeeds']) ? $_['allfeeds'] : '';
- print_folder($allfeeds);
+?>
+
+<?php
+print_folder($allfeeds);
?> \ No newline at end of file