From: Christian Weiske Date: Tue, 19 Nov 2013 17:04:25 +0000 (+0100) Subject: Fix bug #44: fix anchors of files with spaces in their name X-Git-Tag: v0.4.0~68 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/4dc235ae9ebc5126b93a176bd76b42683946da38 Fix bug #44: fix anchors of files with spaces in their name --- 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}}