Plugin Directory

Changeset 161133


Ignore:
Timestamp:
10/07/2009 06:44:52 AM (16 years ago)
Author:
bitinn
Message:

1.5.1 blank line problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • faster-image-insert/trunk/faster-image-insert.php

    r161132 r161133  
    399399    $_POST[ $no_caption ] == 'selected' ? $caption = true : $caption = false;
    400400    $_POST[ $plugindebug ] == 'selected' ? $debug = true : $debug = false;
    401     if(is_string($_POST[ $customstring ]) && !empty($_POST[ $customstring ])) $cstring = $_POST[ $customstring ]; else $cstring = "<p> </p>";
     401    if(is_string($_POST[ $customstring ]) && !empty($_POST[ $customstring ])) $cstring = $_POST[ $customstring ]; else $cstring = "<p>&nbsp;</p>";
    402402   
    403403    update_option( $load_iframe, $iframe );
Note: See TracChangeset for help on using the changeset viewer.