diff options
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |