Merge pull request #1308 from happycollision/patch-1

Added a missing "#" to href for TOS.
This commit is contained in:
Robin Ward 2013-08-07 07:10:30 -07:00
commit e02f9c21bf

View file

@ -125,7 +125,7 @@
</div>
<div id="tos"></div>
<h2><a href="tos">Terms of Service</a></h2>
<h2><a href="#tos">Terms of Service</a></h2>
<p>
Yes, legalese is boring, but we must protect ourselves &ndash; and by extension, you and your data &ndash; against unfriendly folks. We have a <a href="<%=tos_path%>">Terms of Service</a> describing your (and our) behavior and rights related to content, privacy, and laws. To use this service, you must agree to abide by our <a href="<%=tos_path%>">TOS</a>.
</p>