Ticket #1932: post.php.diff

File post.php.diff, 555 bytes (added by ringmaster, 7 years ago)

Closes the preview iframe with its own dedicated closing tag.

  • post.php

     
    8080        ?> 
    8181        <div id='preview' class='wrap'> 
    8282        <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> 
    83                 <iframe src="<?php the_permalink(); ?>" width="100%" height="600" /> 
     83                <iframe src="<?php the_permalink(); ?>" width="100%" height="600" ></iframe> 
    8484        </div> 
    8585        <?php 
    8686        break;