summaryrefslogtreecommitdiff
path: root/syntax.pl
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.pl')
-rwxr-xr-xsyntax.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax.pl b/syntax.pl
index 0694ea22..39a600eb 100755
--- a/syntax.pl
+++ b/syntax.pl
@@ -34,6 +34,8 @@ while (<docs/help/in/*.in>) {
$DATARIVI = $SYNTAX;
} elsif ($DATARIVI =~ /^\S+/) {
chomp $DATARIVI if ($data[$count+1] =~ /^\S+/);
+ } else {
+ $DATARIVI =~ s/^\t/ / while ($DATARIVI =~ /^\t/);
}
$count++;
}