Fixed invalid XHTML in a number of admin pages.

git-svn-id: https://develop.svn.wordpress.org/trunk@1411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
jverber
2004-06-11 18:23:12 +00:00
parent 426d0b472a
commit 7f63343b31
14 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ $bgcolor = ('#eee' == $bgcolor) ? 'none' : '#eee';
</a>
<?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td>
<td><?php the_category(','); ?></td>
<td><a href="edit.php?p=<?php echo $id ?>&c=1">
<td><a href="edit.php?p=<?php echo $id ?>&amp;c=1">
<?php comments_number(__('no comments'), __('1 comment'), __("% comments")) ?>
</a></td>
<td><?php the_author() ?></td>