From 7607a4d499902462dddac3f83dc0fcbab2230edd Mon Sep 17 00:00:00 2001 From: reimannsum Date: Tue, 14 Jun 2016 13:17:39 -0400 Subject: [PATCH] added sorting label support --- lib/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.py b/lib/utils.py index 256896f..e15976b 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -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\n"