diff options
author | intrigeri <intrigeri@boum.org> | 2010-06-25 17:45:08 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-06-25 17:45:08 +0200 |
commit | 903a71c1b9d71bcd10442bee695da6efd4ec953d (patch) | |
tree | afdf8183ae716afbca2b62f24ac50d6d30f9dbc2 | |
parent | d4136aea8aa8968d2cd87b40e8d85301a3549323 (diff) | |
download | ikiwiki-903a71c1b9d71bcd10442bee695da6efd4ec953d.tar ikiwiki-903a71c1b9d71bcd10442bee695da6efd4ec953d.tar.gz |
TODO++
-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; |