Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

5 check-ins occurring around aadf91723adc8df49043.

2020-06-01
19:31
Further improvements to the end-tag insertion algorithm. (check-in: a7ebb8d7 user: drh tags: trunk)
19:16
Improvements to automatic end-tags. (check-in: a7807a8b user: drh tags: trunk)
16:10
When HTML markup is sanitized by the blob_append_safe_html() function, instead of removing offending markup, escape it and put it within an error span. (check-in: bc2e6fbe user: drh tags: trunk)
14:59
Revert the change at [a3ab0c6186b43236]. In its place, add the blob_append_safe_html() routine that stricts HTML generated by Markdown to be in the set of safe elements as defined by Fossil-wiki. Omit any unsafe elements and/or attributes. Omit unmatched close-tags. Insert missing close-tags. (check-in: aadf9172 user: drh tags: trunk)
13:11
Rename the htmlTagLength() function to html_tag_length(). (check-in: 3f99bca9 user: drh tags: trunk)