summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLTableRowElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLTableRowElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLTableRowElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLTableRowElement.idl b/Libraries/LibWeb/HTML/HTMLTableRowElement.idl
index a1d19caee5..1b999948f4 100644
--- a/Libraries/LibWeb/HTML/HTMLTableRowElement.idl
+++ b/Libraries/LibWeb/HTML/HTMLTableRowElement.idl
@@ -7,4 +7,4 @@ interface HTMLTableRowElement : HTMLElement {
[LegacyNullToEmptyString, Reflect=bgcolor] attribute DOMString bgColor;
-}
+};