]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/page.php
Wordpress 2.0.4-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / page.php
index 5f914c12fbff4ecfa3b01844d40da9797db8afef..33820f59d5b0f92bcd437e3dbda9e79178c161cd 100644 (file)
@@ -5,11 +5,11 @@
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
                <div class="post" id="post-<?php the_ID(); ?>">
                <h2><?php the_title(); ?></h2>
-                       <div class="entrytext">
+                       <div class="entry">
                                <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
-       
+
                                <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
-       
+
                        </div>
                </div>
          <?php endwhile; endif; ?>