[wp-cvs] wordpress index.php,1.82,1.83

Matthew Mullenweg saxmatt at users.sourceforge.net
Thu Sep 16 10:58:36 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29106

Modified Files:
	index.php 
Log Message:
Title attribute can cause probs with markup.

Index: index.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/index.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** index.php	3 Sep 2004 22:40:37 -0000	1.82
--- index.php	16 Sep 2004 10:58:33 -0000	1.83
***************
*** 10,14 ****
  	
  <div class="post">
! 	 <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>
  	<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
  	
--- 10,14 ----
  	
  <div class="post">
! 	 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
  	<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
  	




More information about the cvs mailing list