fixed merge conflicts

This commit is contained in:
Fabio Pliger
2024-03-26 16:01:48 -05:00
parent ef43e1f6b2
commit da3db5141e

View File

@@ -494,7 +494,6 @@ class ins(TextElementBase):
datetime = js_property("datetime")
class kbd(TextElementBase):
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd"""
@@ -792,7 +791,6 @@ class td(TextElementBase):
rowspan = js_property("rowspan")
class template(TextElementBase):
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template"""