From: Evan Winslow Date: Thu, 21 Oct 2010 20:18:21 +0000 (+0000) Subject: Fixed problem with output/url X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=37656237fc4f82015641fcb179f17c3b7194ae22;p=lorea%2Felgg.git Fixed problem with output/url --- 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";