diff --git a/src/pkg/exp/template/html/error.go b/src/pkg/exp/template/html/error.go index f06251d604..5515bfe68d 100644 --- a/src/pkg/exp/template/html/error.go +++ b/src/pkg/exp/template/html/error.go @@ -40,7 +40,7 @@ const ( // OK indicates the lack of an error. OK ErrorCode = iota - // ErrorAmbigContext: "... appears in an ambiguous URL context" + // ErrAmbigContext: "... appears in an ambiguous URL context" // Example: // ErrAmbigContext - // TODO: document + // ErrBadHTML: "expected space, attr name, or end of tag, but got ...", + // "... in unquoted attr", "... in attribute name" + // Example: + // + // + //
+ //