added sorting label support

This commit is contained in:
reimannsum 2016-06-14 13:17:39 -04:00
parent b29e48dff5
commit 7607a4d499
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ mse_prepend = 'mse version: 0.3.8\ngame: magic\nstylesheet: m15\nset info:\n\tsy
# special chunk of text to start an HTML document.
import html_extra_data
segment_ids = html_extra_data.id_lables
html_prepend = html_extra_data.html_prepend
html_append = "\n</body>\n</html>"