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

Commit 413dd7b

Browse files
committed
Remove extra escape=html, moritz++ points out that it's the default in process.pl.
1 parent d7ce843 commit 413dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Features</h2>
7979
<%else%>
8080
<td><%var feature%></td>
8181
<%loop compilers%>
82-
<td><div class="<%var class%>"><%var status%><%if footnote%><sup class="footnote_link">&nbsp;<a href="#footnote_<%var footnote%>" title="<%var ftext escape=html%>"><%var footnote%></a></sup><%/if%></div></td>
82+
<td><div class="<%var class%>"><%var status%><%if footnote%><sup class="footnote_link">&nbsp;<a href="#footnote_<%var footnote%>" title="<%var ftext%>"><%var footnote%></a></sup><%/if%></div></td>
8383
<%/loop%>
8484
<%/if%>
8585
</tr>

0 commit comments

Comments
 (0)