Add tooltip with format/modifier hex code in /formats
1 files changed, 2 insertions(+), 2 deletions(-) M public/formats.html
M public/formats.html => public/formats.html +2-2
@@ 32,8 32,8 @@ {{range .Formats}} <tr> {{$row := .}} <td class="pre">{{.Modifier}}</td> <td class="pre">{{.Format}}</td> <td class="pre" title="{{printf "0x%X" .Modifier}}">{{.Modifier}}</td> <td class="pre" title="{{printf "0x%X" .Format}}">{{.Format}}</td> {{range $plane, $total := $.Planes}} {{template "pct-cell" (pct (index $row.Planes $plane) $total)}} {{end}}