fix indentation in import section

This commit is contained in:
Antoine Beaupré 2013-09-10 21:03:30 -04:00
parent 8fbbf11233
commit 2a9a4b2f0e

View file

@ -25,7 +25,7 @@ while (<>) {
$inlist=1;
$spippara=0;
}
elsif (/.SH/) {
elsif (/^.SH/) {
$skippara=0;
$inlist=0;
}