Fix typo, props hakre, fixes #9431

git-svn-id: https://develop.svn.wordpress.org/trunk@10854 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-04-01 00:14:38 +00:00
parent fa588c3598
commit 83814db072
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ else
<?php $side_meta_boxes = do_meta_boxes('post', 'side', $post); ?>
</div>
<div id="post-body"">
<div id="post-body">
<div id="titlediv">
<div id="titlewrap">
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />