]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Another battle in the HTML syntax error war.
authorbryce-mozilla%nextbus.com <>
Fri, 9 Jul 1999 05:53:50 +0000 (05:53 +0000)
committerbryce-mozilla%nextbus.com <>
Fri, 9 Jul 1999 05:53:50 +0000 (05:53 +0000)
defparams.pl

index 5cba8229552f45129950119d3635f04c9b863fbb..fb8fd5f483ca86ec6f120c827ebacd0eabeb5392 100644 (file)
@@ -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%");