Kaydet (Commit) 86c6b96b authored tarafından Fred Drake's avatar Fred Drake

Back-port part of 1.128 from the trunk:

\productioncont:  Replace leading spaces with   so that it's
    possible to control the indentation of continuation lines.
üst 02eb04ce
......@@ -808,6 +808,7 @@ sub do_cmd_production{
sub do_cmd_productioncont{
local($_) = @_;
my $defn = next_argument();
$defn =~ s/^( +)/' ' x length $1/e;
return ("<tr valign=\"baseline\">\n"
. " <td>&nbsp;</td>\n"
. " <td>&nbsp;</td>\n"
......
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