From 01522b619f57de5924ff1af4659170349103540b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Dec 2020 18:45:49 -0800 Subject: Fix for html --- grammars/html.bp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/grammars/html.bp b/grammars/html.bp index 1f6553c..9ec33b6 100644 --- a/grammars/html.bp +++ b/grammars/html.bp @@ -11,9 +11,7 @@ template-element: "") % (comment / html-element) raw-element: `< @tag=("script"/"style"/"textarea"/"title") __attributes__ `>...(") -normal-element: `< @tag=( - "area"/"base"/"br"/"col"/"embed"/"hr"/"img"/"input"/"link"/"meta"/"param"/"source"/"track"/"wbr") - __attributes__ `>...(") % (comment / html-element) +normal-element: `< @tag=id __attributes__ `>...(") % (comment / html-element) comment: "" -- cgit v1.2.3