From: intrigeri Date: Fri, 25 Jun 2010 15:45:08 +0000 (+0200) Subject: TODO++ X-Git-Tag: 3.20100722~8^2~8^2~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=903a71c1b9d71bcd10442bee695da6efd4ec953d;p=ikiwiki.git TODO++ --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 6bf09b6d6..10a5ba467 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -245,6 +245,7 @@ sub filter (@) { my $content = $params{content}; my @caller = caller(4); + # FIXME: need to whitelist inline as well? unless ($caller[3] eq "IkiWiki::render" || $caller[3] eq 'IkiWiki::Plugin::sidebar::sidebar_content') { return $content;