Sfoglia il codice sorgente

Fix the generated HTML

Lucas Stadler 9 anni fa
parent
commit
2aab77c141
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      go/blog/blog.go

+ 1 - 1
go/blog/blog.go

@ -76,7 +76,7 @@ func main() {
76 76
		exit(err)
77 77
	}
78 78
79
	fmt.Printf(`<doctype html>
79
	fmt.Printf(`<!doctype html>
80 80
<html>
81 81
<head>
82 82
	<meta charset="utf-8" />