summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_body.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-11 19:15:16 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-11 19:15:16 +0000
commitbae0fbd4bd7a485a9f086f498e5c16aa0083f45e (patch)
tree4800368fdeeded40cb37c77150ea10998c42646b /src/treebuilder/in_body.c
parent161270ce4a158074ca60d538a75fce71e9c91802 (diff)
downloadlibhubbub-bae0fbd4bd7a485a9f086f498e5c16aa0083f45e.tar.gz
libhubbub-bae0fbd4bd7a485a9f086f498e5c16aa0083f45e.tar.bz2
HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTSOURCE.
svn path=/trunk/hubbub/; revision=4620
Diffstat (limited to 'src/treebuilder/in_body.c')
-rw-r--r--src/treebuilder/in_body.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/in_body.c b/src/treebuilder/in_body.c
index f45e2c8..566ef01 100644
--- a/src/treebuilder/in_body.c
+++ b/src/treebuilder/in_body.c
@@ -218,7 +218,7 @@ bool process_start_tag(hubbub_treebuilder *treebuilder,
if (type == HTML) {
process_html_in_body(treebuilder, token);
} else if (type == BASE || type == COMMAND ||
- type == EVENT_SOURCE || type == LINK ||
+ type == EVENTSOURCE || type == LINK ||
type == META || type == NOFRAMES || type == SCRIPT ||
type == STYLE || type == TITLE) {
/* Process as "in head" */