diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-22 09:42:38 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-22 09:42:38 +0000 |
| commit | fd1daa507e7a138d175a98d26fcd70c38c67c324 (patch) | |
| tree | f3249c60e421dc91d5fd551e69c9f068a3d47eb9 /wp-inst/wp-admin/post.php | |
| parent | ff3bf19b3af49593d927b50d5c231526159821b3 (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@444 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/post.php')
| -rw-r--r-- | wp-inst/wp-admin/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/post.php b/wp-inst/wp-admin/post.php index b73a05e..e7a72b4 100644 --- a/wp-inst/wp-admin/post.php +++ b/wp-inst/wp-admin/post.php @@ -80,7 +80,7 @@ case 'edit': ?> <div id='preview' class='wrap'> <h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2> - <iframe src="<?php the_permalink(); ?>" width="100%" height="600" /> + <iframe src="<?php the_permalink(); ?>" width="100%" height="600" ></iframe> </div> <?php break; |
