Edit

kc3-lang/libxml2/result

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2025-08-02 14:59:02
    Hash : 149c04c0
    Message : html: Escape < and > when serializing attributes This reverts the change in cdaf657f. Coincidentally, the HTML spec just changed to mandate the old escaping behavior: https://github.com/whatwg/html/issues/6235 Fixes #957.