diff options
Diffstat (limited to 'views/default/output/longtext.php')
-rw-r--r-- | views/default/output/longtext.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/views/default/output/longtext.php b/views/default/output/longtext.php index 101e72198..3d130359a 100644 --- a/views/default/output/longtext.php +++ b/views/default/output/longtext.php @@ -1,21 +1,21 @@ -<?php
-
- /**
- * Elgg display long text
- * Displays a large amount of text, with new lines converted to line breaks
- *
- * @package Elgg
- * @subpackage Core
+<?php - * @author Curverider Ltd
+ /** + * Elgg display long text + * Displays a large amount of text, with new lines converted to line breaks + * + * @package Elgg + * @subpackage Core - * @link http://elgg.org/
- *
- * @uses $vars['text'] The text to display
- *
- */
-
- global $CONFIG;
-
- echo autop(parse_urls(filter_tags($vars['value'])));
+ * @author Curverider Ltd + + * @link http://elgg.org/ + * + * @uses $vars['text'] The text to display + * + */ + + global $CONFIG; + + echo autop(parse_urls(filter_tags($vars['value']))); ?>
\ No newline at end of file |