Changeset 17064

Show
Ignore:
Timestamp:
08/06/08 18:08:11 (4 months ago)
Author:
bergie
Message:

nl2br formatter had been lost somewhere

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/type/text.php

    r16815 r17064  
    235235            case 'specialchars': 
    236236                return htmlspecialchars($this->value); 
     237 
     238            case 'nl2br': 
     239                return nl2br(htmlentities($this->value)); 
    237240 
    238241            case 'midgard_f':