diff options
Diffstat (limited to 'template.go')
-rw-r--r-- | template.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template.go b/template.go index 6404d44..4a89fd4 100644 --- a/template.go +++ b/template.go @@ -1,7 +1,6 @@ package main -var pkgTempl = ` -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +var pkgTempl = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |