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

Cleanup of Microsoft Word section DIV's is applied inconsistently #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Loki looks for DIV elements that are Microsoft Word document sections: DIV tags 
that have a class 
name matching /^Section\d+$/. DIV's with a Word-section classes and no other 
classes are 
stripped, but if such a DIV has other classes, the icky Section class remains 
in place.

The Section class should always be removed, even if the actual DIV survives 
cleanup.

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

GoogleCodeExporter commented 8 years ago
Eric Naeseth fixed this issue in Git commit 7408731.
http://github.com/enaeseth/loki/commit/740873163b5097497a914db238d4310c81e971be

Original comment by github....@gmail.com on 18 Dec 2008 at 10:39