This repository was archived by the owner on Nov 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-33
lines changed Expand file tree Collapse file tree 1 file changed +31
-33
lines changed Original file line number Diff line number Diff line change @@ -115,42 +115,40 @@ <h2>Legend</h2>
115
115
116
116
< p > < small > < a href ='#pugs '> Why isn't Pugs listed here?</ a > </ small > </ p >
117
117
< 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 "> < a href ="#footnote_<%var footnote%> " title ="<%var foottext%> "> < %var footnote%> </ a > </ sup > < %/if%>
137
+ </ div > </ td >
126
138
< %/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 "> < 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 >
139
142
< %/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 >
150
148
< %/loop%>
151
- </ tbody >
152
- </ table >
153
- </ div >
149
+ < %/loop% >
150
+ </ tbody >
151
+ </ table >
154
152
</ div >
155
153
156
154
< h3 > Footnotes</ h3 >
You can’t perform that action at this time.
0 commit comments