mirror of https://github.com/tdwg/dwc.git
Update terms to create valid HTML
This commit is contained in:
parent
e691fe95bc
commit
378225f8f4
|
@ -84,16 +84,15 @@
|
|||
#if $isProperty
|
||||
<div id="$t.name_simple" class="term-definition">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<tbody>
|
||||
#else
|
||||
<div class="class-definition">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<tbody>
|
||||
#end if
|
||||
<colgroup>
|
||||
<col />
|
||||
<col />
|
||||
</colgroup>
|
||||
<colgroup>
|
||||
<col />
|
||||
<col />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr><td colspan="2">$t.name</td></tr>
|
||||
<tr><td>Label</td><td>$t.label</td></tr>
|
||||
<tr><td>Identifier</td><td><a href="$t.uri">$t.uri</a></td></tr>
|
||||
|
|
1560
terms/index.html
1560
terms/index.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue