Skip to content

Commit 4b59edf

Browse files
committed
Allow <bnf-opt> to surround the optional grammar component.
1 parent 6e54e9e commit 4b59edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
<!-- BNF optional element -->
7171
<polymer-element name="bnf-opt" noscript>
72-
<template><sub>opt</sub></template>
72+
<template><content></content><sub>opt</sub></template>
7373
</polymer-element>
7474

7575
<!-- Grammar terms

0 commit comments

Comments
 (0)