From 37656237fc4f82015641fcb179f17c3b7194ae22 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 21 Oct 2010 20:18:21 +0000 Subject: Fixed problem with output/url --- views/default/output/url.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/output') diff --git a/views/default/output/url.php b/views/default/output/url.php index f497a093d..274221a1b 100644 --- a/views/default/output/url.php +++ b/views/default/output/url.php @@ -8,7 +8,7 @@ * @author Curverider Ltd * @link http://elgg.org/ * - * @uses string $vars['href'] The string to display in the tags + * @uses string $vars['body'] The html to insert between the tags * @uses string $vars['text'] The string between the tags. * @uses bool $vars['is_action'] Is this a link to an action? * @@ -44,4 +44,4 @@ if (!isset($body)) { $vars['href'] = $url; $attributes = html5_get_html_attributes($vars); -echo "$text"; +echo "$body"; -- cgit v1.2.3