Skip to content

Commit

Permalink
Fix #16 Add new omit attribute to EBNF
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Jun 9, 2020
1 parent 66fb5bc commit 4ee85ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/ServerPages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ PluginBody ::= EmptyBody
NamedAttributes ::= AttributeBody S? ( '<jsp:attribute' AttributeBody S? )*
AttributeBody ::= ATTR[ !name, trim ] S?
AttributeBody ::= ATTR[ !name, trim, omit ] S?
( '/>'
| '></jsp:attribute>'
| '>' AttributeBodyBody '</jsp:attribute>'
Expand Down

0 comments on commit 4ee85ce

Please sign in to comment.