diff options
Diffstat (limited to 'views/rss')
-rw-r--r-- | views/rss/tidypics/content_wrapper.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/rss/tidypics/content_wrapper.php b/views/rss/tidypics/content_wrapper.php index 20d98862e..0b16f2357 100644 --- a/views/rss/tidypics/content_wrapper.php +++ b/views/rss/tidypics/content_wrapper.php @@ -1,2 +1,2 @@ -<?php
-echo $vars['content'];
+<?php +echo $vars['content']; |