]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/parentlinks_style.mdwn
fix indentation
[ikiwiki.git] / 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.