robertjanetzko / LegendsBrowser

Legends Browser is an multi-platform, open source, java-based legends viewer for dwarf fortress 0.42.
MIT License
63 stars 19 forks source link

Typo in updated exportlegends script #4

Closed fricy closed 8 years ago

fricy commented 8 years ago

Line 162 should be:
file:write("\t\t<style>"..(df.written_content_style[styleV] or styleV).."</style>\n")

instead of closing with /type:
file:write("\t\t<style>"..(df.written_content_style[styleV] or styleV).."</type>\n")

robertjanetzko commented 8 years ago

thx, also already fixed (try the latest version of exportlegends.lua)

robertjanetzko commented 8 years ago

the bug was in the forum post, I used the url from the wrong branch ;) this should work https://raw.githubusercontent.com/robertjanetzko/dfhack/additional-exports/scripts/exportlegends.lua