organizational lint

This commit is contained in:
Michael Quigley 2022-09-01 14:18:05 -04:00
parent c45469a17b
commit d8f514efb7
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -55,7 +55,7 @@
<body> <body>
<div id="root"> <div id="root">
<div id="banner"> <div id="banner">
<svg id="ziggy" viewBox="0 0 21.9 37.6" style="width: 200px; height: 343.38px; padding-bottom: 2%;"> <svg id="ziggy" viewBox="0 0 21.9 37.6" style="width: 200px; height: 343.38px;">
<style type="text/css"> <style type="text/css">
.st0 { .st0 {
fill: #FFFFFF; fill: #FFFFFF;
@ -392,16 +392,18 @@
<h3>Extended Headers:</h3> <h3>Extended Headers:</h3>
<table> <table>
{{ range $header, $value := .Headers }} <tbody>
<tr> {{ range $header, $value := .Headers }}
<td class="td-key">{{ $header }}</td> <tr>
<td> <td class="td-key">{{ $header }}</td>
{{ range $v := $value }} <td>
{{ $v }} {{ range $v := $value }}
{{ end }} {{ $v }}
</td> {{ end }}
</tr> </td>
{{ end }} </tr>
{{ end }}
</tbody>
</table> </table>
</div> </div>
</div> </div>