cmd/present: Fix HTML to use matching header tag

Close the `<h3>` header tag with a closing `</h3>` tag to fix the HTML
syntax.

Change-Id: Ic86c5f31ec5550d6875aa085eed8da6a75881405
Reviewed-on: https://go-review.googlesource.com/2104
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
This commit is contained in:
Matt Bostock 2014-12-25 00:11:19 +00:00 committed by Josh Bleecher Snyder
parent 9afb7711dc
commit 255341fbe0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
{{end}}{{/* of Slide block */}}
<article>
<h3>Thank you</h1>
<h3>Thank you</h3>
{{range .Authors}}
<div class="presenter">
{{range .Elem}}{{elem $.Template .}}{{end}}