Changeset 387

Show
Ignore:
Timestamp:
2009-12-20 12:40:45 (2 years ago)
Author:
hannes
Message:

no line breaks in links (ticket #128)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/misc/Format.php

    r353 r387  
    194194                            // write URL both in the tag and as descriptive text 
    195195                            $_attr_close = $_cont; 
     196                            $_cont = trim($_cont); 
    196197                        break; 
    197198                        case '[email]': 
    198199                            // write mail address both in the tag and as descriptive text 
    199200                            $_attr_close = $_cont; 
     201                            $_cont = trim($_cont); 
    200202                        break; 
    201203                        case '[quote=':