Dotclear


Ignore:
Timestamp:
02/15/13 08:35:19 (12 years ago)
Author:
Dsls <dsls@…>
Branch:
twig
Children:
1106:a4487f3ca4b4, 1147:2e5cb79e4782
Message:

Twig 1.12.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/libs/twig/Compiler.php

    r991 r1101  
    257257    public function outdent($step = 1) 
    258258    { 
    259         // can't outdent by more steps that the current indentation level 
     259        // can't outdent by more steps than the current indentation level 
    260260        if ($this->indentation < $step) { 
    261261            throw new LogicException('Unable to call outdent() as the indentation would become negative'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map