diff options
Diffstat (limited to 'spec2md.pl')
-rw-r--r-- | spec2md.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ while (<STDIN>) { $section = $match[0]; } if ($stage != 0) { - # $_ =~ s/ /␣/g; + $_ =~ s/ /␣/g; } print $_; } |