fix typo with the site
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 9 Jan 2013 00:54:25 +0000 (19:54 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 9 Jan 2013 00:54:25 +0000 (19:54 -0500)
templates/site.tmpl

index 56915b4c0f72f850de79d1e2b995713306132308..6b0f84cf1f4fd02064487dc1bacf0db2e190a826 100644 (file)
@@ -7,7 +7,7 @@
 <body>
 <div id="wrapper">
 <div id="header">
-<a href="<%= homepath %>"
+<a href="<%= homepath %>/">
 <img src="<%= homepath %>/static/images/yourule_banner.png" alt="YouRule" />
 </a>
 </div>

Benjamin Mako Hill || Want to submit a patch?