aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-03-26 22:37:04 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-03-26 22:37:04 +0200
commit089fcac67ae3c3e83e2c330498d211e6b7693534 (patch)
tree721eccb6f16d7bc089f23c4e38d605d475310d2b /data
parente3757ad55ac7f161d4de11e38fb57166a8ee85f7 (diff)
downloadphorkie-089fcac67ae3c3e83e2c330498d211e6b7693534.tar.gz
phorkie-089fcac67ae3c3e83e2c330498d211e6b7693534.zip
syntax highlighting with geshi
Diffstat (limited to 'data')
-rw-r--r--data/templates/display.htm2
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 %}