From 4dc235ae9ebc5126b93a176bd76b42683946da38 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 19 Nov 2013 18:04:25 +0100 Subject: [PATCH] Fix bug #44: fix anchors of files with spaces in their name --- data/templates/display-file.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/display-file.htm b/data/templates/display-file.htm index 8a25506..ee3a3c2 100644 --- a/data/templates/display-file.htm +++ b/data/templates/display-file.htm @@ -4,7 +4,7 @@ {% for toolinfo in file.getToolInfos %} {{toolinfo.getTitle}} {% endfor %} -

{{file.getFilename}}

+

{{file.getFilename}}

{{file.getRenderedContent(toolres)|raw}} -- 2.30.2