Changeset 387
- Timestamp:
- 2009-12-20 12:40:45 (2 years ago)
- Files:
-
- trunk/classes/misc/Format.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/misc/Format.php
r353 r387 194 194 // write URL both in the tag and as descriptive text 195 195 $_attr_close = $_cont; 196 $_cont = trim($_cont); 196 197 break; 197 198 case '[email]': 198 199 // write mail address both in the tag and as descriptive text 199 200 $_attr_close = $_cont; 201 $_cont = trim($_cont); 200 202 break; 201 203 case '[quote=':
