projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf69b3
)
Add missing space
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 28 Aug 2010 15:26:45 +0000
(11:26 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 28 Aug 2010 15:26:45 +0000
(11:26 -0400)
framework/Core/lib/Horde/Core/Ui/Pager.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Ui/Pager.php
b/framework/Core/lib/Horde/Core/Ui/Pager.php
index
b5e03c0
..
786dbd6
100644
(file)
--- a/
framework/Core/lib/Horde/Core/Ui/Pager.php
+++ b/
framework/Core/lib/Horde/Core/Ui/Pager.php
@@
-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>';