From 1e6b0db4b9198eeb1613d496d3fca84f5f1e617b Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Sun, 13 Oct 2013 22:22:48 -0400 Subject: [PATCH] go.tools/godoc/static: fix & escape in codewalks R=golang-dev, adg CC=golang-dev https://golang.org/cl/14426053 --- godoc/static/codewalk.html | 2 +- godoc/static/static.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/godoc/static/codewalk.html b/godoc/static/codewalk.html index 313f1f66..0f3d22a2 100644 --- a/godoc/static/codewalk.html +++ b/godoc/static/codewalk.html @@ -35,7 +35,7 @@
{{range .Step}}
- +
{{html .Title}}
{{with .Err}} diff --git a/godoc/static/static.go b/godoc/static/static.go index ede537b0..b6852dd2 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -40,7 +40,7 @@ var Files = map[string]string{
{{range .Step}}
- +
{{html .Title}}
{{with .Err}}