Fix url generation
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 17 Jun 2010 19:04:40 +0000 (15:04 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 17 Jun 2010 19:04:40 +0000 (15:04 -0400)
ansel/lib/Widget/OtherGalleries.php

index 73a6a8a..1271f21 100644 (file)
@@ -110,7 +110,7 @@ class Ansel_Widget_OtherGalleries extends Ansel_Widget_Base
         $html .= Horde::endBuffer();
         $html .= '</div>';
         $selfurl = Horde::selfUrl(true, true);
-        $html .=  '<div class="control"><a href="'
+        $html .=  '<div class="control">'
               . $selfurl->add('actionID', 'show_actions')->link(
                         array('id' => 'othergalleries-toggle',
                               'class' => ($GLOBALS['prefs']->getValue('show_othergalleries') ? 'hide' : 'show')))