Compare commits

...

1 Commits

View File

@@ -48,6 +48,7 @@ func (this *Provider) FuncMap () template.FuncMap {
"inRange": this.funcInRange,
"strInRange": this.funcStrInRange,
"hasWords": this.funcHasWords,
"hasXML": this.funcHasXML,
}
}