aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-06-25 17:45:08 +0200
committerintrigeri <intrigeri@boum.org>2010-06-25 17:45:08 +0200
commit903a71c1b9d71bcd10442bee695da6efd4ec953d (patch)
treeafdf8183ae716afbca2b62f24ac50d6d30f9dbc2 /IkiWiki/Plugin/po.pm
parentd4136aea8aa8968d2cd87b40e8d85301a3549323 (diff)
downloadikiwiki-903a71c1b9d71bcd10442bee695da6efd4ec953d.tar
ikiwiki-903a71c1b9d71bcd10442bee695da6efd4ec953d.tar.gz
TODO++
Diffstat (limited to 'IkiWiki/Plugin/po.pm')
-rw-r--r--IkiWiki/Plugin/po.pm1
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;