this repo has no description

Clean up generator display.

Changed files
+1 -9
+1 -9
index.html
··· 91 <h1>Validation report</h1> 92 <ul> 93 <li><b>Format:</b> glTF {{info.version}}</li> 94 - {{#if generator}} 95 - <li> 96 - <b>Generator:</b> {{generator.name}} 97 - {{#if generator.docsURL}}(<a href="{{generator.docsURL}}" target="_blank">docs</a>){{/if}} 98 - {{#if generator.bugsURL}}(<a href="{{generator.bugsURL}}" target="_blank">bugs</a>){{/if}} 99 - </li> 100 - {{else}} 101 - <li><b>Generator:</b> {{info.generator}}</li> 102 - {{/if}} 103 {{#if info.extras}} 104 {{#if info.extras.title}}<li><b>Title:</b> {{info.extras.title}}</li>{{/if}} 105 {{#if info.extras.author}}<li><b>Author:</b> {{{info.extras.author}}}</li>{{/if}}
··· 91 <h1>Validation report</h1> 92 <ul> 93 <li><b>Format:</b> glTF {{info.version}}</li> 94 + <li><b>Generator:</b> {{info.generator}}</li> 95 {{#if info.extras}} 96 {{#if info.extras.title}}<li><b>Title:</b> {{info.extras.title}}</li>{{/if}} 97 {{#if info.extras.author}}<li><b>Author:</b> {{{info.extras.author}}}</li>{{/if}}