Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #771 from ExE-Boss/macros/addon-sidebar
Browse files Browse the repository at this point in the history
fix(macros.AddonSidebar): Correct broken <a> and <strong> DOM hierarchy
  • Loading branch information
escattone authored Aug 20, 2018
2 parents 9133989 + 5b207a2 commit 523f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/AddonSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ var text = mdn.localStringMap({
</ol>
</li>

<li><a href="https://discourse.mozilla.org/c/add-ons"><strong><%=text['Community_and_Support']%></a></strong></li>
<li><a href="https://discourse.mozilla.org/c/add-ons"><strong><%=text['Community_and_Support']%></strong></a></li>
<li><a href="#"><%=text['Channels']%></a>
<ol>
<li><a href="https://blog.mozilla.org/addons"><%=text['Blog']%></a></li>
Expand Down

0 comments on commit 523f4d3

Please sign in to comment.