Changeset 8

Show
Ignore:
Timestamp:
06/16/06 17:48:10 (2 years ago)
Author:
francois
Message:

fixed bad code formatting issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/myToolkit.class.php

    r2 r8  
    5050      { 
    5151        $incode = true; 
    52         $line   = $match[1] ? '    ['.$match[1].']' : ''
     52        $line   = $match[1] ? "\n\n    [".$match[1]."]" : "\n\n"
    5353      } 
    5454      if (strpos($line, '[/code]') !== false)