fix indentation
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 11:57:30 +0000 (07:57 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 11:57:30 +0000 (07:57 -0400)
doc/tips/parentlinks_style.mdwn

index b10d7cf567deb24b35d2a0b6cca4a6faf8aa6038..b992a11a0703bd51ba6de6af6ead04c20b265e15 100644 (file)
@@ -77,7 +77,7 @@ following lines in `page.tmpl`:
        <a href="<TMPL_VAR NAME="URL">" class="height<TMPL_VAR NAME="HEIGHT">">
          <TMPL_VAR NAME="PAGE">
        </a> / 
-        </TMPL_IF>
+       </TMPL_IF>
        </TMPL_LOOP>
 
 Then write the appropriate CSS bits for `a.height1`, etc.