kinsleykajiva / loki-editor

Automatically exported from code.google.com/p/loki-editor
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Comments are only stripped if "!" is an allowable tag #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For 2.0rc9, SVN r566 attempted to add a control of whether or not comments 
would be stripped: if 
"!" was in the list of allowable tags, comments would be preserved, otherwise 
they would be 
removed.

Unfortunately it was implemented backwards… comments are _stripped_ if "!" is 
allowed but left 
alone if "!" is not allowed.

Original issue reported on code.google.com by enaes...@gmail.com on 18 Dec 2008 at 7:09

GoogleCodeExporter commented 8 years ago
Eric Naeseth fixed this issue in Git commit 9d00d5b.
http://github.com/enaeseth/loki/commit/9d00d5bc2e31136a2732a4a6a9c84a43563d66af

Original comment by github....@gmail.com on 18 Dec 2008 at 7:11