summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/post.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-22 09:42:38 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-22 09:42:38 +0000
commitfd1daa507e7a138d175a98d26fcd70c38c67c324 (patch)
treef3249c60e421dc91d5fd551e69c9f068a3d47eb9 /wp-inst/wp-admin/post.php
parentff3bf19b3af49593d927b50d5c231526159821b3 (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.php2
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 &uarr;'); ?></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;