diff options
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> |