diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/filterex.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/filterex.nim b/examples/filterex.nim index d9bfb6782..083945254 100644 --- a/examples/filterex.nim +++ b/examples/filterex.nim @@ -1,4 +1,4 @@ -#! stdtmpl | standard +#? stdtmpl | standard #proc generateHTMLPage(title, currentTab, content: string, # tabs: openArray[string]): string = # result = "" |