From: Fred Drake Date: Fri, 14 Dec 2001 16:54:53 +0000 (+0000) Subject: The valign attribute to control the vertical alignment of a table cell should X-Git-Tag: v2.2.1c1~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e27f86820a58af7fdb3d546fbf9ee8262d9e7440;p=python The valign attribute to control the vertical alignment of a table cell should be on the element, not the element. Partially fixes SF bug #493243. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 9bd22fd9fc..036b2ee63a 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -742,7 +742,7 @@ sub do_env_productionlist{ $DefinedGrammars{$lang} .= $_; return ("
\n" . "
\n" - . "
\n" + . "
\n" . translate_commands(translate_environments($_)) . "
\n" . "\n" @@ -761,7 +761,7 @@ sub do_cmd_production{ my $lang = $CURRENT_GRAMMAR; local($CURRENT_TOKEN) = $token; if ($lang eq '*') { - return ("\n" + return ("\n" . " $token\n" . "  ::= \n" . " " @@ -777,7 +777,7 @@ sub do_cmd_production{ $target = "$CURRENT_FILE\#tok-$lang-$token"; } $TokenToTargetMapping{"$CURRENT_GRAMMAR:$token"} = $target; - return ("\n" + return ("\n" . " $token\n" . "  ::= \n" . " "