diff options
-rw-r--r-- | views/default/output/url.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/output/url.php b/views/default/output/url.php index b77ffbf00..a2e659854 100644 --- a/views/default/output/url.php +++ b/views/default/output/url.php @@ -17,6 +17,10 @@ * */ +if (isset($vars['value'])) { + $vars['href'] = $vars['value']; +} + $url = trim($vars['href']); if (!empty($url)) { |