aboutsummaryrefslogtreecommitdiff
path: root/views/rss/object/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/object/file.php')
-rw-r--r--views/rss/object/file.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/views/rss/object/file.php b/views/rss/object/file.php
index 36740f003..1ede661ad 100644
--- a/views/rss/object/file.php
+++ b/views/rss/object/file.php
@@ -1,16 +1,16 @@
<?php
- /**
- * Tidypics RSS file object view - need to look into removing download link based on settings
- */
+/**
+ * Tidypics RSS file object view - need to look into removing download link based on settings
+ */
- $title = $vars['entity']->title;
- if (empty($title)) {
- $title = substr($vars['entity']->description,0,32);
- if (strlen($vars['entity']->description) > 32)
- $title .= " ...";
+$title = $vars['entity']->title;
+if (empty($title)) {
+ $title = substr($vars['entity']->description,0,32);
+ if (strlen($vars['entity']->description) > 32) {
+ $title .= " ...";
}
-
+}
?>
<item>