diff -ur scuttle-0.7.1.orig/templates/bookmarks.tpl.php scuttle-0.7.1/templates/bookmarks.tpl.php --- scuttle-0.7.1.orig/templates/bookmarks.tpl.php 2006-04-01 16:40:41.000000000 +0200 +++ scuttle-0.7.1/templates/bookmarks.tpl.php 2006-04-01 16:41:58.000000000 +0200 @@ -15,12 +15,12 @@

- / - / + / + / - + @@ -47,7 +47,7 @@ $tags = $row['tags']; foreach(array_keys($tags) as $key) { $tag =& $tags[$key]; - $cats .= ', '; + $cats .= ', '; } $cats = substr($cats, 0, -2); if ($cats != '') { @@ -57,19 +57,19 @@ // Edit and delete links $edit = ''; if ($bookmarkservice->editAllowed($row['bId'])) { - $edit = ' - '. T_('Edit') .''; + $edit = ' - '. T_('Edit') .''; } // User attribution $copy = ''; if (!isset($user) || isset($watched)) { - $copy = ' '. T_('by') .' '. $row['username'] .''; + $copy = ' '. T_('by') .' '. $row['username'] .''; } // Udders! if (!isset($hash)) { $others = $bookmarkservice->countOthers($row['bAddress']); - $ostart = ''; + $ostart = ''; $oend = ''; switch ($others) { case 0: @@ -87,7 +87,7 @@ // Get the username of the current user $currentUser = $userservice->getCurrentUser(); $currentUsername = $currentUser[$userservice->getFieldName('username')]; - $copy .= ' - '. T_('Copy') .''; + $copy .= ' - '. T_('Copy') .''; } // Nofollow option @@ -139,8 +139,8 @@ $prev = $page - 1; $prev = 'page='. $prev; $start = ($page - 1) * $perpage; - $bfirst= ''. T_('First') .''; - $bprev = ''. T_('Previous') .''; + $bfirst= ''. T_('First') .''; + $bprev = ''. T_('Previous') .''; } // Next @@ -150,8 +150,8 @@ $bnext = ''. T_('Next') .''; $blast = ''. T_('Last') .''; } else { - $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') .''; + $bnext = ''. T_('Next') .''; + $blast = ''. T_('Last') .''; } echo '

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

'; } else { @@ -163,4 +163,4 @@ } $this->includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); -?> \ No newline at end of file +?> diff -ur scuttle-0.7.1.orig/templates/toolbar.inc.php scuttle-0.7.1/templates/toolbar.inc.php --- scuttle-0.7.1.orig/templates/toolbar.inc.php 2006-04-01 16:40:41.000000000 +0200 +++ scuttle-0.7.1/templates/toolbar.inc.php 2006-04-01 16:48:14.000000000 +0200 @@ -8,12 +8,12 @@ ?>

- +

- / - + / +

\ No newline at end of file +?> Only in scuttle-0.7.1/templates: toolbar.inc.php.orig diff -ur scuttle-0.7.1.orig/templates/top.inc.php scuttle-0.7.1/templates/top.inc.php --- scuttle-0.7.1.orig/templates/top.inc.php 2006-04-01 16:40:41.000000000 +0200 +++ scuttle-0.7.1/templates/top.inc.php 2006-04-01 16:41:58.000000000 +0200 @@ -25,7 +25,7 @@ ?>