summaryrefslogtreecommitdiff
path: root/src/pkg/html/token.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/html/token.go')
-rw-r--r--src/pkg/html/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/html/token.go b/src/pkg/html/token.go
index fddc922d6..d266b3a30 100644
--- a/src/pkg/html/token.go
+++ b/src/pkg/html/token.go
@@ -429,7 +429,7 @@ loop:
for ; i < z.p1; i++ {
c := z.buf[i]
switch c {
- case '<', '>', '"', '\'', '/', '=':
+ case '>', '/', '=':
break loop
}
switch {