Skip to content

Commit 943a6de

Browse files
committed
select
1 parent ceb4db3 commit 943a6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5ever/src/tree_builder/rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ where
593593
tag!(</address> | </article> | </aside> | </blockquote> | </button> | </center> |
594594
</details> | </dialog> | </dir> | </div> | </dl> | </fieldset> | </figcaption> |
595595
</figure> | </footer> | </header> | </hgroup> | </listing> | </main> | </menu> |
596-
</nav> | </ol> | </pre> | </search> | </section> | </summary> | </ul>),
596+
</nav> | </ol> | </pre> | </search> | </section> | </select> | </summary> | </ul>),
597597
) => {
598598
if !self.in_scope_named(default_scope, tag.name.clone()) {
599599
self.unexpected(&tag);

0 commit comments

Comments
 (0)