4672 - replaced #forum-thread ID with .forum-thread class
authorgreg gay <ggay@ocad.ca>
Thu, 18 Aug 2011 14:32:42 +0000 (14:32 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 18 Aug 2011 14:32:42 +0000 (14:32 -0000)
docs/mods/_standard/forums/forum/view.php

index e18f774..7f1f407 100644 (file)
@@ -116,7 +116,7 @@ require(AT_INCLUDE_PATH.'header.inc.php');
 
        $parent_name = $post_row['subject'];
 
-       echo '<ul id="forum-thread">';
+       echo '<ul class="forum-thread">';
        print_entry($post_row);
        $subject = $post_row['subject'];
        if ($_GET['reply'] == $post_row['post_id']) {
@@ -163,7 +163,7 @@ require(AT_INCLUDE_PATH.'header.inc.php');
                        }
                }
                echo '</div>';
-               echo '<ul id="forum-thread">';
+               echo '<ul class="forum-thread">';
        
                while ($row = mysql_fetch_assoc($result)) {
                        print_entry($row);