From: mozilla%colinogilvie.co.uk <> Date: Fri, 27 May 2005 03:42:41 +0000 (+0000) Subject: Bug 295077: Fix 2.18 branch documentation (unescaped &) X-Git-Tag: bugzilla-2.18.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946092373a886f942ce6a1701b0d16cdf3b0fcea;p=thirdparty%2Fbugzilla.git Bug 295077: Fix 2.18 branch documentation (unescaped &) Patch By Colin Ogilvie r=mkanat,wurblzap --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 8b6aac68db..ed26d58234 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1436,7 +1436,7 @@ close SENDMAIL; use Net::SMTP; my $smtp_server = 'smtp.mycompany.com'; # change this -($enableSendMail && $rcpt_to) || return; +($enableSendMail && $rcpt_to) || return; # Use die on error, so that the mail will be in the 'unsent mails' and # can be sent from the sanity check page.