From 4b9c8b56b805848dc5d50aca0cf02723d30482fc Mon Sep 17 00:00:00 2001 From: Simon Jefford Date: Wed, 13 Apr 2016 16:37:18 +0100 Subject: [PATCH] cmd/godoc: fix multi-paragraph marker rendering Fixes golang/go#15231 Change-Id: Ia0e00f1eca41dfdd85158feb3fa300df40cfa185 Reviewed-on: https://go-review.googlesource.com/21972 Reviewed-by: Andrew Gerrand --- godoc/static/package.html | 2 +- godoc/static/static.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/godoc/static/package.html b/godoc/static/package.html index 964ed915..7f38c51a 100644 --- a/godoc/static/package.html +++ b/godoc/static/package.html @@ -219,7 +219,7 @@

{{noteTitle $marker | html}}s

{{end}} diff --git a/godoc/static/static.go b/godoc/static/static.go index a29eaed1..6aadc86a 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -1802,7 +1802,7 @@ function cgAddChild(tree, ul, cgn) {

{{noteTitle $marker | html}}s

{{end}}