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
|
#if $isProperty
|
||||||
<div id="$t.name_simple" class="term-definition">
|
<div id="$t.name_simple" class="term-definition">
|
||||||
<table class="table table-bordered table-condensed">
|
<table class="table table-bordered table-condensed">
|
||||||
<tbody>
|
|
||||||
#else
|
#else
|
||||||
<div class="class-definition">
|
<div class="class-definition">
|
||||||
<table class="table table-bordered table-condensed">
|
<table class="table table-bordered table-condensed">
|
||||||
<tbody>
|
|
||||||
#end if
|
#end if
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col />
|
<col />
|
||||||
<col />
|
<col />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
<tr><td colspan="2">$t.name</td></tr>
|
<tr><td colspan="2">$t.name</td></tr>
|
||||||
<tr><td>Label</td><td>$t.label</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>
|
<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