mittelmark / shtmlview

A simple standalone viewer and a Tcl/Tk widget to display basic HTML and Markdown files
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

fix minor bugs and indent code #7

Closed escolano closed 6 months ago

escolano commented 6 months ago

1-fix some wrong variable name in case of error 2-cleanHTML initialize html variable to avoid error with mhtml empty 3-delete problematic comments ;#" (the open " character is a problem for parsers like RamDebugger 4-also " seems a bug in set x [string index $var(S_symbols)+-+-+-+-" $level], enclose in two quotes or none 5-indent with rambdebugger