mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
avoid stripping space after indexing macros
This commit is contained in:
parent
d0c0c41fe9
commit
899072ab71
1 changed files with 4 additions and 3 deletions
|
@ -579,9 +579,10 @@ sub process_index_macros($$){
|
||||||
&$cmd($ahref);
|
&$cmd($ahref);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (/^[ \t\r\n]/) {
|
# XXX I don't remember why I added this to begin with.
|
||||||
$_ = substr($_, 1);
|
# if (/^[ \t\r\n]/) {
|
||||||
}
|
# $_ = substr($_, 1);
|
||||||
|
# }
|
||||||
return "$aname$anchor_invisible_mark</a>" . $_;
|
return "$aname$anchor_invisible_mark</a>" . $_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue