public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* PATCH installed: gnatsweb 2.9.x browser compatibility
@ 2001-09-25  6:45 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2001-09-25  6:45 UTC (permalink / raw)
  To: gnats-devel, Yngve Svendsen; +Cc: Franz Sirl

I have installed the following fix by Franz on the gnatsweb-v2-branch
branch of the gnatsweb repository on savannah.gnu.org.

Gnatsweb 4.x doesn't seem to have this problem, but it might sense to
release 2.9.1 at some point, as this causes problems for the Konquerer
browser, for example.

Gerald

2001-09-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* gnatsweb.pl: Spaces in HREFs must be encoded.

Index: gnatsweb.pl
===================================================================
RCS file: /cvsroot/gnatsweb/gnatsweb/gnatsweb.pl,v
retrieving revision 1.1.1.1.2.8
diff -u -3 -p -r1.1.1.1.2.8 gnatsweb.pl
--- gnatsweb.pl	2001/09/10 09:11:04	1.1.1.1.2.8
+++ gnatsweb.pl	2001/09/25 13:36:15
@@ -2313,7 +2313,7 @@ EOF
   $row2 .= qq(<TD><A HREF="$url&cmd=create" STYLE="$buttonstyle">CREATE</A></TD>);
   $row2 .= qq(<TD><A HREF="$url&cmd=query" STYLE="$buttonstyle">QUERY</A></TD>);
   $row2 .= qq(<TD><A HREF="$url&cmd=advanced%20query" STYLE="$buttonstyle">ADV. QUERY</A></TD>);
-  $row2 .= qq(<TD><A HREF="$url&cmd=login again" STYLE="$buttonstyle">LOGIN AGAIN</A></TD>);
+  $row2 .= qq(<TD><A HREF="$url&cmd=login%20again" STYLE="$buttonstyle">LOGIN AGAIN</A></TD>);
   $row2 .= qq(<TD><A HREF="$url&cmd=help" STYLE="$buttonstyle">HELP</A></TD>);
   $row2 .= qq(</TR>\n);
   $row2 .= qq(</TABLE>\n</TD>\n</TR>);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-25  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-25  6:45 PATCH installed: gnatsweb 2.9.x browser compatibility Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).