From 64ff825aec91fd0f914d05cf17cd299be83b165c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 26 Mar 2012 23:55:46 +0200 Subject: anchors for file names --- data/templates/base.htm | 2 +- data/templates/display.htm | 2 +- data/templates/exception.htm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/templates/base.htm b/data/templates/base.htm index f406f00..d0c3cee 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -1,7 +1,7 @@ - + {% block title %}{% endblock %} - Phorkie diff --git a/data/templates/display.htm b/data/templates/display.htm index 6575617..afdc75c 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -9,7 +9,7 @@ {% for file in repo.getFiles %}
-

{{file.getFilename}}

+

{{file.getFilename}}

raw

diff --git a/data/templates/exception.htm b/data/templates/exception.htm index 805342a..410c3c0 100644 --- a/data/templates/exception.htm +++ b/data/templates/exception.htm @@ -1,7 +1,7 @@ - + Error - Phorkie -- cgit v1.2.3