diff --git a/process.go b/process.go index 1dd1ccf..6ce72b4 100644 --- a/process.go +++ b/process.go @@ -86,7 +86,6 @@ func DoTemplate(w http.ResponseWriter, path string, input *InData) (err error) { func doHtmlTemplate(w http.ResponseWriter, fpath string, input *InData) (err error) { // html/template - context-sensitive escaping - fmt.Printf("DMDEBUG - fpath=%s\n", fpath) tmpl, ok := LookupHtmlTemplate(fpath) if ok == false { return errors.New("Error in DoTemplate - html template " + fpath + " not found.") diff --git a/version.go b/version.go index ce814fe..8899f46 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package webseclab -const WEBSECLAB_VERSION = "0.8.0" +const WEBSECLAB_VERSION = "0.8.1"