From 39cf52851529c0d91d69307186c6bf5e9f362735 Mon Sep 17 00:00:00 2001 From: ericdane Date: Fri, 11 Apr 2008 08:42:36 +0000 Subject: minor : html line break insert git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@104 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'templates/bookmarks.tpl.php') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index d48aa1b..556d92e 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -216,18 +216,14 @@ window.onload = playerLoad; $totalpages = ceil($total / $perpage); if (count($bookmarks) < $perpage || $perpage * $page == $total) { $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') .''; + $blast = ''. T_('Last') ."\n"; } else { $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') .''; + $blast = ''. T_('Last') ."\n"; } - echo '

'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) .'

'; + echo '

'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ."

\n"; } else { -?> - -

- -'.T_('No bookmarks available').'

'; } $this->includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); -- cgit v1.2.3