diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/display.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/display.htm b/data/templates/display.htm index ea2e2cd..43a76fc 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -10,7 +10,7 @@ <p> <a href="{{file.getLink('raw')}}">raw</a> </p> - <pre>{{file.getContent}}</pre> + {{file.getHighlightedContent|raw}} </div> {% endfor %} {% endblock %} |
