12.3.4 Specifying the HTML generator
The header of each HTML file generated by Mif2Go contains an element identifying the Mif2Go program that generated the HTML file. By default this element appears in an HTML comment:
<!-- generated by DCL filter dwhtm, Ver 3.0 -->
You can put this element in a meta tag instead, if you change the GeneratorTag setting to Meta:
; GeneratorTag = Comment (dwhtm version in comment) or Meta (tag)
The generator information is included for accountability, and for troubleshooting; a programmer working with a file created by Mif2Go can identify the software version that produced the file.
> 12 Converting to HTML > 12.3 Supplying values for the <head> element > 12.3.4 Specifying the HTML generator
