Skip to content

Commit

Permalink
Merge pull request gorilla#286 from alaingilbert/patch-1
Browse files Browse the repository at this point in the history
Add missing html tag in example/echo
  • Loading branch information
garyburd authored Sep 26, 2017
2 parents 6f34763 + 5755884 commit 4201258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/echo/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func main() {

var homeTemplate = template.Must(template.New("").Parse(`
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script>
Expand Down

0 comments on commit 4201258

Please sign in to comment.