diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-01-14 02:58:16 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-14 11:58:16 +0100 |
commit | 65593e76f44176e3a28d4d60aff79e58042244ad (patch) | |
tree | 891db8c63c92344db921ccb11e7c3ab8b599497d | |
parent | c707267212a8e5cd5056296acf6502d58c9e5de9 (diff) | |
download | Nim-65593e76f44176e3a28d4d60aff79e58042244ad.tar.gz |
fixes leftover from #9647 : use nimf as standardized extension for source code filters (#10294)
-rw-r--r-- | testament/htmlgen.nim | 2 | ||||
-rw-r--r-- | testament/testamenthtml.nimf (renamed from testament/testamenthtml.templ) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testament/htmlgen.nim b/testament/htmlgen.nim index 34902f71e..641c1c32c 100644 --- a/testament/htmlgen.nim +++ b/testament/htmlgen.nim @@ -11,7 +11,7 @@ import cgi, backend, strutils, json, os, tables, times -import "testamenthtml.templ" +import "testamenthtml.nimf" proc generateTestResultPanelPartial(outfile: File, testResultRow: JsonNode) = let diff --git a/testament/testamenthtml.templ b/testament/testamenthtml.nimf index 9190f370e..9190f370e 100644 --- a/testament/testamenthtml.templ +++ b/testament/testamenthtml.nimf |