Tcl Library Source Code

View Ticket
Login
Ticket UUID: 5e8c21e9c23934a0121673f1339712befb2f009
Title: Fix comment start delimiter [83742e01e4]
Type: Bug Version: trunk
Submitter: ssoberni Created on: 2016-12-06 13:50:54
Subsystem: doctools Assigned To: akupries
Priority: 9 Immediate Severity: Important
Status: Closed Last Modified: 2017-05-29 23:09:06
Resolution: Fixed Closed By: aku
    Closed on: 2017-05-29 23:09:06
Description:
I found that the html backend/format (fmt.html, ht_comment) produces invalid comment start delimiters (inflacted by one whitespace). This is not only invalid, but even throws up in some browser and parser quirk modes (e.g. tdom's html parsers) does not accept it.

Fixed ht_comment and the corresponding test cases.
User Comments: aku added on 2017-05-29 23:09:06:

Branch [dt-html-fixes].

Commit [83742e01e4].

Merged with commit [463f99dd29]. Bumped versions of the packages using the code (doctools, doctools::toc, doctools::idx), with commit [0feca7d152].

Truly, please nag me. Just came across this while closing out merged branches still marked open.


ssoberni added on 2016-12-06 13:51:18:
Assigned to Andreas