Changeset 1666

Show
Ignore:
Timestamp:
08/26/08 23:05:45 (3 months ago)
Author:
mdawaffe
Message:

Let's try getting rid of invalid start attribute on kakumei's topic page. Theme authors should uss CSS2 counters (or put the numbering directly in the markup) if they want to display numbers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bb-templates/kakumei/topic.php

    r1647 r1666  
    3030</div> 
    3131<div id="ajax-response"></div> 
    32 <ol id="thread" start="<?php echo $list_start; ?>" class="list:post"> 
     32<ol id="thread" class="list:post"> 
    3333 
    3434<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>