Commit 746dec57 authored by Andrew Gerrand's avatar Andrew Gerrand

html/template: fix example code

Fixes #9651

Change-Id: I987833b6263482a402e58fcd9eeb0e42401599b5
Reviewed-on: https://go-review.googlesource.com/3073Reviewed-by: default avatarRobert Griesemer <gri@golang.org>
parent 2dfa4f4e
......@@ -151,7 +151,7 @@ The template
can be invoked with
tmpl.Execute(out, HTML(`<b>World</b>`))
tmpl.Execute(out, template.HTML(`<b>World</b>`))
to produce
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment