summaryrefslogtreecommitdiff
path: root/src/pkg/html/template/html.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/html/template/html.go')
-rw-r--r--src/pkg/html/template/html.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/html/template/html.go b/src/pkg/html/template/html.go
index 92d8f4199..7b77d6531 100644
--- a/src/pkg/html/template/html.go
+++ b/src/pkg/html/template/html.go
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package html
+package template
import (
"bytes"
"fmt"
"strings"
- "utf8"
+ "unicode/utf8"
)
// htmlNospaceEscaper escapes for inclusion in unquoted attribute values.