Close iframe properly. Props ringmaster. fixes #1932

git-svn-id: http://svn.automattic.com/wordpress/trunk@3188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-21 18:30:46 +00:00
parent 5f83a2a756
commit bfcc6d9927
1 changed files with 1 additions and 1 deletions

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;