Skip to content

Commit b69d586

Browse files
committed
footer menu items shouldn't have last
1 parent 08f91c6 commit b69d586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<ul class="footer-terms">
4848
<li><a href="/legal/privacy">Privacy</a></li>
4949
<li><a href="/legal/security">Security</a></li>
50-
<li><a href="/legal/terms">Terms of Service</a></li>
50+
<li class="last"><a href="/legal/terms">Terms of Service</a></li>
5151
</ul>
5252
<div style="clear: both;"></div>
5353
<div class="copyright">API ENGINE INC. © 2012 - MADE IN <a href="http://en.wikipedia.org/wiki/Brisbane#Bris_Vegas">BRIS VEGAS</a></div>

0 commit comments

Comments
 (0)