Skip to content

Commit

Permalink
Merge pull request #85 from spdx/removetextcol
Browse files Browse the repository at this point in the history
Remove text column - resolves issue #18
  • Loading branch information
goneall authored Nov 15, 2020
2 parents b698095 + aac5aff commit 667f403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions resources/htmlTemplate/ExceptionsTocHTMLTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h1>License Exceptions</h1>
<h2>License Exceptions</h2>
<table class="sortable">
<thead><tr>
<th>Full name</th><th>Identifier</th><th>Text</th>
<th>Full name</th><th>Identifier</th>
</tr></thead>

<tbody>
Expand All @@ -158,7 +158,6 @@ <h2>License Exceptions</h2>
<td><a href="{{reference}}" rel="rdf:_{{refNumber}}">{{exceptionName}}</a></td>
<td about="{{reference}}" typeof="spdx:LicenseException">
<code property="spdx:licenseExceptionId">{{licenseExceptionId}}</code></td>
<td><a href="{{reference}}#licenseExceptionText">License Exception Text</a></td>
</tr>
{{/listedExceptions}}
</tbody>
Expand Down
3 changes: 1 addition & 2 deletions resources/htmlTemplate/TocHTMLTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1>SPDX License List</h1>

<table class="sortable">
<thead><tr>
<th>Full name</th><th>Identifier</th><th>FSF Free/Libre?</th><th>OSI Approved?</th><th>Text</th>
<th>Full name</th><th>Identifier</th><th>FSF Free/Libre?</th><th>OSI Approved?</th>
</tr></thead>

<tbody>
Expand All @@ -171,7 +171,6 @@ <h1>SPDX License List</h1>
<code property="spdx:licenseId">{{licenseId}}</code></td>
<td style="text-align:center">{{fsfLibre}}</td>
<td style="text-align:center">{{osiApproved}}</td>
<td><a href="{{&reference}}#licenseText">License Text</a></td>
</tr>
{{/listedLicenses}}
</tbody>
Expand Down

0 comments on commit 667f403

Please # to comment.