summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-03-21 18:36:12 +0100
committerMarius Halden <marius.h@lden.org>2015-03-21 18:36:12 +0100
commite4d57fbb10378a6096dd56535b23ce393445b7f7 (patch)
treed2c5bbb3cf2471d1d82480b60a38bd9cf3ffb686
parent82027aad6c60da720b78b146fd431c3be3c19aa5 (diff)
downloadmedia2moin-e4d57fbb10378a6096dd56535b23ce393445b7f7.tar.gz
media2moin-e4d57fbb10378a6096dd56535b23ce393445b7f7.tar.bz2
media2moin-e4d57fbb10378a6096dd56535b23ce393445b7f7.tar.xz
Don't add unnecessary part on the start of table.HEADmaster
-rwxr-xr-xconvert.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.pl b/convert.pl
index 8533044..e622f83 100755
--- a/convert.pl
+++ b/convert.pl
@@ -61,7 +61,7 @@ sub o_list {
## A very primitive approach to table conversion,
## but it should work for pandoc output.
sub we_can_has_tables {
- print "||";
+ #print "||";
while (($line = <$fh>)) {
chomp $line;