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

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extra escape=html, moritz++ points out that it's the default i…
…n process.pl.
  • Loading branch information
pmichaud committed Jul 26, 2011
1 parent d7ce843 commit 413dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Expand Up @@ -79,7 +79,7 @@ <h2>Features</h2>
<%else%>
<td><%var feature%></td>
<%loop compilers%>
<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>
<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>
<%/loop%>
<%/if%>
</tr>
Expand Down

0 comments on commit 413dd7b

Please sign in to comment.