fix dangling TMPL_IF noticed by rodyaj

master
Joey Hess 2009-10-29 07:50:53 -04:00
parent 11fc28970b
commit ed89537164
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +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_LOOP>
Then write the appropriate CSS bits for `a.height1`, etc.