Changeset 963

Show
Ignore:
Timestamp:
03/04/2008 02:22:15 AM (3 years ago)
Author:
DotMG
Message:

This is a half and quick-fix. The problem of list rendering is more important and I think they could be fixed completely with 1.1.7

refs #665

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.6.4/formatters/wakka.php

    r919 r963  
    355355                        if (($newIndentType != $curIndentType) && ($oldIndentLevel > 0)) 
    356356                        { 
    357                                 for (; $oldIndentLevel > 0; $oldIndentLevel --) 
     357                                for (; $oldIndentLevel > $newIndentLevel; $oldIndentLevel --) 
    358358                                { 
    359359                                        $result .= array_pop($indentClosers);