From 37019b37f6e7ce6fd86bc6d86cbb83199b43d1a6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Sep 2005 16:50:38 +0000 Subject: [PATCH] Make all breadcrumb bits links --- includes/paths.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/paths.php b/includes/paths.php index 5739bc2..cd7e9c4 100644 --- a/includes/paths.php +++ b/includes/paths.php @@ -152,8 +152,8 @@ class Paths foreach ($temp AS $val => $item) { - $itembit .= $item . (($count != $val) ? '/' : ($doslash ? '/' : '')); - $html .= ($count == $val ? '' : '') . $item . ($count == $val ? '' : '') . ($count != $val ? ' / ' : ''); + $itembit .= $item . (($viewsvn->svn->common->isdir($path) OR $count != $val) ? '/' : ''); + $html .= '' . $item . ''. ($count != $val ? ' / ' : ''); } return $html; -- 2.22.5