diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-06 08:59:56 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-06 08:59:56 +0100 |
commit | ed6800f29b9d9230644f59e952de29db687d1689 (patch) | |
tree | e6e4b89f451d4c05168c820706be331ec3aaf619 /template.go | |
parent | a59b440bc5ee3cc1c532942c0a8f90a152a3a02f (diff) |
removed extra <html> tag
Diffstat (limited to 'template.go')
-rw-r--r-- | template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.go b/template.go index 81d5fd9..6404d44 100644 --- a/template.go +++ b/template.go @@ -1,6 +1,6 @@ package main -var pkgTempl = `<html> +var pkgTempl = ` <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> |