summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-06 17:27:18 +0100
committerJonas Smedegaard <dr@jones.dk>2013-10-13 00:47:49 +0200
commit355d79ded047eea0a8c75fa760f1339523aacd87 (patch)
tree22c358593930846de0bb5714beb3c70a06ebe8d2
parente9a1b2ed8d2b676090e835ecd030b48ecd121811 (diff)
Disable markdown tweaks by default in po4a perl module, and instead enable them explicitly in Makefile.
-rw-r--r--Locale/Po4a/Text.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Locale/Po4a/Text.pm b/Locale/Po4a/Text.pm
index 836d2c1..ae62667 100644
--- a/Locale/Po4a/Text.pm
+++ b/Locale/Po4a/Text.pm
@@ -89,7 +89,7 @@ Handle some special markup in Markdown-formatted texts.
=cut
-my $markdown = 1;
+my $markdown = 0;
sub initialize {
my $self = shift;