Make WordPress Core

Changeset 1668


Ignore:
Timestamp:
09/16/2004 10:58:33 AM (21 years ago)
Author:
saxmatt
Message:

Title attribute can cause probs with markup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1588 r1668  
    1010   
    1111<div class="post">
    12      <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
     12     <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    1313    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    1414   
Note: See TracChangeset for help on using the changeset viewer.