Changeset 5f383dc in github for program/steps/mail/func.inc


Ignore:
Timestamp:
Jul 3, 2006 4:32:05 PM (7 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
321302e
Parents:
b4b0817
Message:

Correction for FF/whitespace workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    rb4b0817 r5f383dc  
    437437        { 
    438438        $cont = rep_specialchars_output($IMAP->decode_header($header->$col), 'html', 'all'); 
    439         // firefox/mozilla workaround to pad subject with content so that whitespace in rows responds to drag+drop 
    440         $cont .= '<img src="http://www.whidbey.com/roundcube/roundcubemail/skins/default/images/cleardot.png" height="1" width="1000">'; 
     439        // firefox/mozilla temporary workaround to pad subject with content so that whitespace in rows responds to drag+drop 
     440        $cont .= sprintf('<img src="%s%s" height="11" width="1000">', $skin_path, "/images/cleardot.png"); 
    441441        } 
    442442      else if ($col=='size') 
Note: See TracChangeset for help on using the changeset viewer.