Skip to content

Commit

Permalink
Fixed validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Sep 28, 2005
1 parent 3345a50 commit ef31c53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/slashcode/templates/getOlderStories;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ __template__
<li>
<a href="[% story.link.0 | strip_urlattr %]"[% IF story.link.2 %] title="[% story.link.2 | strip_attribute %]"[% END %]>[% story.link.1 %]</a>
<em>([% story.commentcount %])</em>
[% start = start + 1; c = c + 1; LAST IF c >= max_older_stories %]
</li>
[% start = start + 1; c = c + 1; LAST IF c >= max_older_stories %]
[% END %]
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit ef31c53

Please sign in to comment.