summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-06 08:59:56 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-06 08:59:56 +0100
commited6800f29b9d9230644f59e952de29db687d1689 (patch)
treee6e4b89f451d4c05168c820706be331ec3aaf619
parenta59b440bc5ee3cc1c532942c0a8f90a152a3a02f (diff)
removed extra <html> tag
-rw-r--r--template.go2
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>