diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-13 20:03:54 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-13 20:03:54 +0200 |
| commit | 2b6e8d301068d81636ea4002ec9099d1cfb7074b (patch) | |
| tree | d34f40df6a0f707c8871000c3a1a9ded06ad26f3 /data | |
| parent | d9f6b83ed6d8a4546e4119c64b639adda057d25e (diff) | |
| download | phorkie-2b6e8d301068d81636ea4002ec9099d1cfb7074b.tar.gz phorkie-2b6e8d301068d81636ea4002ec9099d1cfb7074b.zip | |
highlighting of errorneous lines in from tool output
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/display-file.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/display-file.htm b/data/templates/display-file.htm index d06c365..1049abb 100644 --- a/data/templates/display-file.htm +++ b/data/templates/display-file.htm @@ -7,6 +7,6 @@ <h3 id="{{file.getFilename}}">{{file.getFilename}}<a class="anchorlink" href="#{{file.getFilename}}"></a></h3> </div> <div class="code"> - {{file.getHighlightedContent|raw}} + {{file.getHighlightedContent(toolres)|raw}} </div> </div> |
