Skip to content

Commit

Permalink
remove extra >
Browse files Browse the repository at this point in the history
  • Loading branch information
John Carroll authored and John Carroll committed Mar 18, 2021
1 parent 42f525e commit 2b37fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fec/fec/templates/partials/navigation/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% include 'partials/navigation/nav-help.html' %}
</li>
<li class="site-nav__item" data-submenu="legal">
<a href="/legal-resources/" class="site-nav__link {% if self.content_section == 'legal' or parent == 'legal' %}is-parent{% endif %}" tabindex="0">>
<a href="/legal-resources/" class="site-nav__link {% if self.content_section == 'legal' or parent == 'legal' %}is-parent{% endif %}" tabindex="0">
<span class="site-nav__link__title">Legal resources</span>
</a>
{% include 'partials/navigation/nav-legal.html' %}
Expand Down

0 comments on commit 2b37fb2

Please sign in to comment.