Project

General

Profile

« Previous | Next » 

Revision 11396

fix: bin/map: put template: comment out the "Put template:" label so that the output is valid XML, and displays properly in a browser rather than showing a syntax error

View differences:

map
296 296
                        'column name matches. Are you importing the correct '
297 297
                        'input table?'))
298 298
                xml_func.simplify(root)
299
                sys.stdout.write(strings.to_raw_str('Put template:\n'
299
                sys.stdout.write(strings.to_raw_str('<!--put template-->\n'
300 300
                    +strings.ustr(root)))
301 301
                sys.stdout.flush()
302 302
            

Also available in: Unified diff