projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4136ae
)
TODO++
author
intrigeri
<intrigeri@boum.org>
Fri, 25 Jun 2010 15:45:08 +0000
(17:45 +0200)
committer
intrigeri
<intrigeri@boum.org>
Fri, 25 Jun 2010 15:45:08 +0000
(17:45 +0200)
IkiWiki/Plugin/po.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/po.pm
b/IkiWiki/Plugin/po.pm
index 6bf09b6d660cd97f76c28266ad159c2ceb930b11..10a5ba4679b0cea30e6e31aacc87144ef922765e 100644
(file)
--- 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;