aboutsummaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-07-09 05:53:50 +0000
committerbryce-mozilla%nextbus.com <>1999-07-09 05:53:50 +0000
commita8701108553ed8afc490dbfa41ba78b03102b666 (patch)
tree0f2ab67b1f9cc2a18e2e3b408c093f8cd42b405f /defparams.pl
parent5983f96e34309a59909f07145f7a78b0dd12e639 (diff)
downloadbugs-a8701108553ed8afc490dbfa41ba78b03102b666.tar
bugs-a8701108553ed8afc490dbfa41ba78b03102b666.tar.gz
bugs-a8701108553ed8afc490dbfa41ba78b03102b666.tar.bz2
bugs-a8701108553ed8afc490dbfa41ba78b03102b666.tar.xz
bugs-a8701108553ed8afc490dbfa41ba78b03102b666.zip
Another battle in the HTML syntax error war.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl6
1 files changed, 3 insertions, 3 deletions
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 <B>Bugzilla</B>: the Mozilla bug system. For more
information about what Bugzilla is and what it can do, see
-<A HREF=http://www.mozilla.org/>mozilla.org</A>'s
-<A HREF=http://www.mozilla.org/bugs/><B>bug pages</B></A>.");
+<A HREF=\"http://www.mozilla.org/>mozilla.org\"</A>'s
+<A HREF=\"http://www.mozilla.org/bugs/\"><B>bug pages</B></A>.");
@@ -298,7 +298,7 @@ DefParam("usedependencies",
1);
DefParam("webdotbase",
- "This is the URL prefix that is common to all requests for webdot. The <a href=http://www.research.att.com/~north/cgi-bin/webdot.cgi>webdot package</a> 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 <a href=\"http://www.research.att.com/~north/cgi-bin/webdot.cgi\">webdot package</a> 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%");