Changeset 388

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

merging changeset [387] (no line breaks in links) from trunk

Files:

Legend:

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

    r354 r388  
    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=':