Skip to content

Commit fdebdb5

Browse files
committed
fixing XML/XHTML closing tag
1 parent 6c19da6 commit fdebdb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/notion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
logger = logging.getLogger(__name__)
99

1010
TEMPLATE: str = """
11-
<iframe src="{url}" width="100%" height="1200" frameborder="0" allowfullscreen />
11+
<iframe src="{url}" width="100%" height="1200" frameborder="0" allowfullscreen>
12+
</iframe>
1213
"""
1314

1415

0 commit comments

Comments
 (0)