fixed parser bug

This commit is contained in:
gyoder 2025-07-21 12:26:51 -06:00
parent 58bcf60567
commit a07d893e6e
4 changed files with 37 additions and 4 deletions

View file

@ -0,0 +1,9 @@
<html>
<head>
<includeelement name="t"></includeelement>
</head>
<body>
<h1>Hello World</h1>
<includeelement name="b"></includeelement>
</body>
</html>