Commit c0c06c1b authored by Stefano Sabatini's avatar Stefano Sabatini

doc/texi2pod: fix warnings introduced in e7e14bc6

The variable "$section" was replaced by "$chapter".
parent 27cadb9c
...@@ -301,7 +301,7 @@ INF: while(<$inf>) { ...@@ -301,7 +301,7 @@ INF: while(<$inf>) {
$columns =~ s/\@tab/ : /; $columns =~ s/\@tab/ : /;
$_ = " : ". $columns; $_ = " : ". $columns;
$section =~ s/\n+\s+$//; $chapter =~ s/\n+\s+$//;
}; };
/^\@itemx?\s*(.+)?$/ and do { /^\@itemx?\s*(.+)?$/ and do {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment