Close iframe properly. Props ringmaster. fixes #1932

git-svn-id: https://develop.svn.wordpress.org/trunk@3188 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-21 18:30:46 +00:00
parent e215f6a066
commit 27dbb0228e

View File

@ -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;