Skip to content

Commit

Permalink
Show file extension in xref.html
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jun 30, 2020
1 parent d18eef0 commit 7f4f0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _build/format_xref.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<table class="table">
<tr>
<th rowspan="2">Kaitai Struct ID</th>
<th rowspan="3">File extension</th>
<th rowspan="3">.ksy License</th>
<th colspan="2">Standards</th>
<th colspan="3">Registries</th>
Expand Down Expand Up @@ -67,6 +68,7 @@
xref = meta['xref'] || {} %>
<tr>
<td><a href="<%= id %>/index.html"><%= id %></a></td>
<td><%= meta['file-extension'] %></td>
<td><%= meta['license'] %></td>

<td><%= xref['iso'] %></td>
Expand Down

0 comments on commit 7f4f0e3

Please sign in to comment.