Changeset 8
- Timestamp:
- 06/16/06 17:48:10 (6 years ago)
- Files:
-
- trunk/lib/myToolkit.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/myToolkit.class.php
r2 r8 50 50 { 51 51 $incode = true; 52 $line = $match[1] ? ' ['.$match[1].']' : '';52 $line = $match[1] ? "\n\n [".$match[1]."]" : "\n\n"; 53 53 } 54 54 if (strpos($line, '[/code]') !== false)
