bugfix wrong end tag

develop
Robert Janetzko 2016-01-10 21:26:33 +01:00
parent 9abb5942f4
commit 2583712224
1 changed files with 1 additions and 1 deletions

@ -296,7 +296,7 @@ function export_more_legends_xml()
end
file:write("\t\t<type>"..(df.written_content_type[wcV.type] or wcV.type).."</type>\n")
for styleK, styleV in pairs(wcV.styles) do
file:write("\t\t<style>"..(df.written_content_style[styleV] or styleV).."</type>\n")
file:write("\t\t<style>"..(df.written_content_style[styleV] or styleV).."</style>\n")
end
file:write("\t\t<author>"..wcV.author.."</author>\n")
file:write("\t</written_content>\n")