diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates.go b/src/templates.go index e04306a..972d69a 100644 --- a/src/templates.go +++ b/src/templates.go @@ -107,4 +107,4 @@ func (td templateData) Get(fmt string, args ...map[string]any) template.HTML { func (td templateData) GetN(fmtS, fmtP string, n int, args map[string]any) template.HTML { return template.HTML(td.Printer.GetN(fmtS, fmtP, n, args)) -} +}
\ No newline at end of file |