File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ sub flush_text # internal
175
175
# <!ENTITY % head.content "TITLE & BASE?">
176
176
# <!ELEMENT HEAD O O (%head.content;) +(%head.misc;)>
177
177
#
178
- # Added in HTML 5: noscript, eventsource , command
178
+ # Added in HTML 5 as of WD-html5-20090423 : noscript, command
179
179
180
180
sub start
181
181
{
@@ -203,7 +203,7 @@ sub start
203
203
# This is a non-standard header. Perhaps we should just ignore
204
204
# this element
205
205
$self -> {' header' }-> push_header(Isindex => $attr -> {prompt } || ' ?' );
206
- } elsif ($tag =~ / ^(?:title|noscript|object|eventsource| command)$ / ) {
206
+ } elsif ($tag =~ / ^(?:title|noscript|object|command)$ / ) {
207
207
# Just remember tag. Initialize header when we see the end tag.
208
208
$self -> {' tag' } = $tag ;
209
209
} elsif ($tag eq ' link' ) {
You can’t perform that action at this time.
0 commit comments