Add missing space
authorChuck Hagenbuch <chuck@horde.org>
Sat, 28 Aug 2010 15:26:45 +0000 (11:26 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sat, 28 Aug 2010 15:26:45 +0000 (11:26 -0400)
framework/Core/lib/Horde/Core/Ui/Pager.php

index b5e03c0..786dbd6 100644 (file)
@@ -119,7 +119,7 @@ class Horde_Core_Ui_Pager extends Horde_Core_Ui_Widget
                 ? $this->_config['nextHTML']
                 : htmlspecialchars(_("Next>"));
 
-            $html .= Horde::link($link, '', 'next') . $next_text . '</a>';
+            $html .= ' ' . Horde::link($link, '', 'next') . $next_text . '</a>';
         }
 
         return $html . '</div>';