Changeset 13780


Ignore:
Timestamp:
01/22/12 15:24:48 (4 weeks ago)
Author:
GeorgeClark
Message:

Item11463: format the expanded template path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/core/lib/Foswiki/Configure/Checkers/TemplatePath.pm

    r13288 r13780  
    4646    } 
    4747 
    48     $e .= $this->showExpandedValue( $Foswiki::cfg{TemplatePath} ); 
     48    my $expanded = $this->showExpandedValue( $Foswiki::cfg{TemplatePath} ); 
     49    $expanded =~ s/to:/to:<ol><li>/; 
     50    $expanded =~ s/,/<li>/g; 
     51    $expanded .= '</ol>'; 
     52    $e .= $expanded; 
    4953 
    5054    return $e; 
Note: See TracChangeset for help on using the changeset viewer.