Skip to content

Commit

Permalink
Item8846: whoops
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7392 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed May 13, 2010
1 parent 2715f98 commit 71e3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.pm
Expand Up @@ -780,7 +780,7 @@ s/${TranslationToken}RENDERZONE{(.*?)}${TranslationToken}/_renderZoneById($this,
# Trim whitespace from the start and end of selected content types
if ($contentType =~ m#text/html#) {
$text =~ s#^\s*##si;
$text =~ s#\s*$#$1#si;
$text =~ s#\s*$##si;
}

$this->{response}->print($text);
Expand Down

0 comments on commit 71e3e7d

Please sign in to comment.