summaryrefslogtreecommitdiff
path: root/pandoc-cs1
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc-cs1')
-rwxr-xr-xpandoc-cs12
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-cs1 b/pandoc-cs1
index e5620c9..197d882 100755
--- a/pandoc-cs1
+++ b/pandoc-cs1
@@ -103,7 +103,7 @@ pandoc_filter sub {
}
default {
say STDERR "WARNING: Mediawiki unknown data skipped: "
- . '"' . $_[0]->content . '"';
+ . '"' . $_ . '"';
return Str "";
}
}