Skip to content

Commit

Permalink
CompatibilityTable.ejs injects HTML that's considered unsafe (#3270)
Browse files Browse the repository at this point in the history
Fixes #3269
  • Loading branch information
peterbe authored Mar 17, 2021
1 parent 25408d9 commit d75d607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kumascript/macros/CompatibilityTable.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var cta = mdn.localString({
<div class="htab">
<a id="AutoCompatibilityTable" name="AutoCompatibilityTable"></a>
<ul>
<li class="selected"><a href="javascript:;"><%- s_header[0] %></a></li>
<li><a href="javascript:;"><%- s_header[1] %></a></li>
<li class="selected"><a href="#compat-desktop"><%- s_header[0] %></a></li>
<li><a href="#compat-mobile"><%- s_header[1] %></a></li>
</ul>
</div>

0 comments on commit d75d607

Please sign in to comment.