Changeset 388
- Timestamp:
- 2009-12-20 12:41:53 (2 years ago)
- Files:
-
- branches/5.2/classes/misc/Format.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/5.2/classes/misc/Format.php
r354 r388 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=':
