diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-15 22:14:25 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-15 22:14:25 +0200 |
| commit | 78632066c11c38b7bb154d41257754d440bb5269 (patch) | |
| tree | 03ca1eb323ed8d09d62d1529dd9249fe6ca4de53 /data | |
| parent | 670d927b0cdc6cea596e35676676aef8f36080bc (diff) | |
| download | phorkie-78632066c11c38b7bb154d41257754d440bb5269.tar.gz phorkie-78632066c11c38b7bb154d41257754d440bb5269.zip | |
no code div for images
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/display-file.htm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/display-file.htm b/data/templates/display-file.htm index a768b7c..8a25506 100644 --- a/data/templates/display-file.htm +++ b/data/templates/display-file.htm @@ -6,7 +6,5 @@ {% endfor %} <h3 id="{{file.getFilename}}">{{file.getFilename}}<a class="anchorlink" href="#{{file.getFilename}}"></a></h3> </div> - <div class="code"> {{file.getRenderedContent(toolres)|raw}} - </div> </div> |
