jelovirt / dita-generator

DITA Generator is a Python program that generates DITA shell DTDs, DITA topic specialization stubs, and DITA-OT plug-in stubs.
http://dita-generator-hrd.appspot.com/
Apache License 2.0
18 stars 1 forks source link

Typo in uiDomain #36

Closed stefan-jung closed 8 years ago

stefan-jung commented 8 years ago

There is a typo in v1_2.py#560

si_entity = u"technicalContent/dtd/uiDomain.end"

should be

si_entity = u"technicalContent/dtd/uiDomain.ent"