Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/page.php

    r4264 r4495  
    33    <div id="content" class="narrowcolumn">
    44
    5     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
     5        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    66        <div class="post" id="post-<?php the_ID(); ?>">
    77        <h2><?php the_title(); ?></h2>
     
    1313            </div>
    1414        </div>
    15       <?php endwhile; endif; ?>
     15        <?php endwhile; endif; ?>
    1616    <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
    1717    </div>
Note: See TracChangeset for help on using the changeset viewer.