From a94216f68fe4d8f404587e209ca353e493f7abce Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Mon, 20 Feb 2017 16:58:10 +0000
Subject: [PATCH] Ueber Breadcrumb zurueckspringen hergestellt

---
 web/ui/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/ui/index.html b/web/ui/index.html
index 8817813..ee28ae5 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -20,7 +20,7 @@
     </script>
     <script id="tpl-bcr" type="x-tmpl-mustache">
       {{#files}}
-          <a class="breadcrumb-item" href="{{ relPath }}">{{ fName }}</a>
+          <a class="breadcrumb-item" rpath="{{ relPath }}" href="#">{{ fName }}</a>
       {{/files}}
     </script>
     <script id="tpl-bcr2" type="x-tmpl-mustache">

--
Gitblit v1.9.3