Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 4cc9f61

Browse files
committed
Remove debugging markup
1 parent fd38b65 commit 4cc9f61

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

template.html

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -115,42 +115,40 @@ <h2>Legend</h2>
115115

116116
<p><small><a href='#pugs'>Why isn't Pugs listed here?</a></small></p>
117117
<h2>Features</h2>
118-
<div class="container-responsive">
119-
<div class="table-responsive">
120-
<table class="table table-condensed">
121-
<thead>
122-
<tr>
123-
<th>Feature</th>
124-
<%loop compilers%>
125-
<th><a href="<%var url%>"><%var name%></a></th>
118+
<div class="table-responsive">
119+
<table class="table table-condensed">
120+
<thead>
121+
<tr>
122+
<th>Feature</th>
123+
<%loop compilers%>
124+
<th><a href="<%var url%>"><%var name%></a></th>
125+
<%/loop%>
126+
<th>Links</th>
127+
</tr>
128+
</thead>
129+
<tbody>
130+
<%loop sections%>
131+
<tr><th class="subsection" style="padding-top: 20px"
132+
id="<%var section escape=url%>"><%var section%></th></tr>
133+
<%loop items%>
134+
<tr><td style="border-bottom:1px dotted #98CAEB"><%var item%></td>
135+
<%loop ratings%>
136+
<td><div class="<%var class%>"><%var status%><%if footnote%><sup class="footnote_link">&nbsp;<a href="#footnote_<%var footnote%>" title="<%var foottext%>"><%var footnote%></a></sup><%/if%>
137+
</div></td>
126138
<%/loop%>
127-
<th>Links</th>
128-
</tr>
129-
</thead>
130-
<tbody>
131-
<%loop sections%>
132-
<tr><th class="subsection" style="padding-top: 20px"
133-
id="<%var section escape=url%>"><%var section%></th></tr>
134-
<%loop items%>
135-
<tr><td style="border-bottom:1px dotted #98CAEB"><%var item%></td>
136-
<%loop ratings%>
137-
<td><div class="<%var class%>"><%var status%><%if footnote%><sup class="footnote_link">&nbsp;<a href="#footnote_<%var footnote%>" title="<%var foottext%>"><%var footnote%></a></sup><%/if%>
138-
</div></td>
139+
<td>
140+
<%loop spec%>
141+
<a href='<%var spec%>'>spec</a>
139142
<%/loop%>
140-
<td>
141-
<%loop spec%>
142-
<a href='<%var spec%>'>spec</a>
143-
<%/loop%>
144-
<%loop code%>
145-
<a href='<%var code%>'>code</a>
146-
<%/loop%>
147-
</td>
148-
</tr>
149-
<%/loop%>
143+
<%loop code%>
144+
<a href='<%var code%>'>code</a>
145+
<%/loop%>
146+
</td>
147+
</tr>
150148
<%/loop%>
151-
</tbody>
152-
</table>
153-
</div>
149+
<%/loop%>
150+
</tbody>
151+
</table>
154152
</div>
155153

156154
<h3>Footnotes</h3>

0 commit comments

Comments
 (0)