Skip to content

Commit

Permalink
Item12157: TemplatePath checker gernerates malformed HTML for its or…
Browse files Browse the repository at this point in the history
…dered list

git-svn-id: http://svn.foswiki.org/branches/Release01x01@15837 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 1, 2012
1 parent bab075e commit 9dac28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Checkers/TemplatePath.pm
Expand Up @@ -48,7 +48,7 @@ sub check {
my $expanded = $this->showExpandedValue( $Foswiki::cfg{TemplatePath} );
$expanded =~ s/to:/to:<ol><li>/;
$expanded =~ s/,/<li>/g;
$expanded .= '</ol>';
$expanded =~ s,(</span></div>)$,</ol>$1,;
$e .= $expanded;

return $e;
Expand Down

0 comments on commit 9dac28c

Please sign in to comment.