aboutsummaryrefslogtreecommitdiff
path: root/views/default/videolist/notfound.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/videolist/notfound.php')
-rw-r--r--views/default/videolist/notfound.php30
1 files changed, 14 insertions, 16 deletions
diff --git a/views/default/videolist/notfound.php b/views/default/videolist/notfound.php
index ec69b700c..b797c54f7 100644
--- a/views/default/videolist/notfound.php
+++ b/views/default/videolist/notfound.php
@@ -1,21 +1,19 @@
<?php
- /**
- * Elgg blog not found page
- *
- * @package ElggBlog
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
+/**
+ * Elgg blog not found page
+ *
+ * @package ElggBlog
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd <info@elgg.com>
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
?>
- <p>
- <?php
-
- echo elgg_echo("video:none");
-
- ?>
- </p>
+<p>
+ <?php
+ echo elgg_echo("video:none");
+ ?>
+</p>