Menu

#87 attribute parsing for malformed tag

closed
None
2018-12-08
2011-09-30
EGL2-101
No

<meta http-equiv="refresh"content="0;url=http://example.com/" />

attribute "content" is not parsed on above tag example. This is because of the incorrect html, there should be a space before attribute name.

I have fixed in attached file, but I want expert to review and merge the code.

Please search for $nextchar in attached file for my changes.

Thanks.

Discussion

  • EGL2-101

    EGL2-101 - 2011-09-30

    file with correction search for $nextchar

     
  • LogMANOriginal

    LogMANOriginal - 2018-12-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -<meta http-equiv="refresh"content="0;url=http://example.com/" />
    +`<meta http-equiv="refresh"content="0;url=http://example.com/" />`
    
     attribute "content" is not parsed on above tag example. This is because of the incorrect html, there should be a space before attribute name.
    
    • status: open --> closed
    • assigned_to: LogMANOriginal
     
  • LogMANOriginal

    LogMANOriginal - 2018-12-08

    Thanks for reporting this issue and providing a solution!

    This issue has recently been fixed via [20af05]

     

    Related

    Commit: [20af05]


Log in to post a comment.