From: Barry Warsaw Date: Thu, 25 Jan 2001 00:38:15 +0000 (+0000) Subject: Fixed a bug where \& was needed. X-Git-Tag: v2.1a2~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21f37e1b8824dcf91399d25a6746e2c8c93f239d;p=thirdparty%2FPython%2Fcpython.git Fixed a bug where \& was needed. --- diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index 58dd60401500..ad6e349a1d95 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -79,7 +79,7 @@ in this module. \begin{tableiii}{l|l|c}{code}{Type Name}{Class Name}{Notes} \lineiii{'mozilla'}{\class{Netscape('mozilla')}}{} \lineiii{'netscape'}{\class{Netscape('netscape')}}{} - \lineiii{'mosaic'}{\class{GenericBrowser('mosaic \%s &')}}{} + \lineiii{'mosaic'}{\class{GenericBrowser('mosaic \%s \&')}}{} \lineiii{'kfm'}{\class{Konqueror()}}{(1)} \lineiii{'grail'}{\class{Grail()}}{} \lineiii{'links'}{\class{GenericBrowser('links \%s')}}{}