From a8701108553ed8afc490dbfa41ba78b03102b666 Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" <> Date: Fri, 9 Jul 1999 05:53:50 +0000 Subject: Another battle in the HTML syntax error war. --- defparams.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 5cba82295..fb8fd5f48 100644 --- a/defparams.pl +++ b/defparams.pl @@ -154,8 +154,8 @@ DefParam("blurbhtml", "l", "This is Bugzilla: the Mozilla bug system. For more information about what Bugzilla is and what it can do, see -mozilla.org's -bug pages."); +mozilla.org\"'s +bug pages."); @@ -298,7 +298,7 @@ DefParam("usedependencies", 1); DefParam("webdotbase", - "This is the URL prefix that is common to all requests for webdot. The webdot package is a very swell thing that generates pictures of graphs. If you have an installation of bugsplat that hides behind a firewall, then to get graphs to work, you will have to install a copy of webdot behind your firewall, and change this path to match. Also, webdot has some trouble with software domain names, so you may have to play games and hack the %urlbase% part of this. If this all seems like too much trouble, you can set this paramater to be the empty string, which will cause the graphing feature to be disabled entirely.", + "This is the URL prefix that is common to all requests for webdot. The webdot package is a very swell thing that generates pictures of graphs. If you have an installation of bugsplat that hides behind a firewall, then to get graphs to work, you will have to install a copy of webdot behind your firewall, and change this path to match. Also, webdot has some trouble with software domain names, so you may have to play games and hack the %urlbase% part of this. If this all seems like too much trouble, you can set this paramater to be the empty string, which will cause the graphing feature to be disabled entirely.", "t", "http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%"); -- cgit v1.2.3-24-g4f1b