Re: [pgadmin-hackers] link problem on pgadmin3 beta web page

2005-10-20 Thread Dave Page
Thanks, fixed in svn.

Regards, Dave 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Miha Radej
 Sent: 20 October 2005 01:34
 To: pgadmin-hackers@postgresql.org
 Subject: [pgadmin-hackers] link problem on pgadmin3 beta web page
 
 hi!
 
 there is a problem on the pgadmin3 beta web page, 
 http://pgadmin.org/beta.php
 
 the links pointing to the download center have an extra 
 double-quote 
 character included which is causing problems.
 
 cheers,
 Miha
 

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[pgadmin-hackers] link problem on pgadmin3 beta web page

2005-10-19 Thread Miha Radej

hi!

there is a problem on the pgadmin3 beta web page, 
http://pgadmin.org/beta.php


the links pointing to the download center have an extra double-quote 
character included which is causing problems.


cheers,
Miha
Index: cnt/cnt_beta.php
===
--- cnt/cnt_beta.php(revision 4573)
+++ cnt/cnt_beta.php(working copy)
@@ -8,7 +8,7 @@
 2005-10-12
 p
 Beta-2 of pgAdmin 1.4, the graphical PostgreSQL administration tool for 
Windows, Linux, FreeBSD and Solaris is now available for download from
- a href='http://www.postgresql.org/ftp/pgadmin3/beta'postgresql.org 
download center/a.
+ a href=http://www.postgresql.org/ftp/pgadmin3/beta;postgresql.org download 
center/a.
 /pp
 This new beta version is made available publicly together with PostgreSQL 8.1 
Beta-3, and includes some minor fixes to annoying bugs, esp. a crash when
 showing a table's properties.
@@ -17,7 +17,7 @@
 2004-10-05
 p
 Beta-1 of pgAdmin 1.4, the graphical PostgreSQL administration tool for 
Windows, Linux, FreeBSD and Solaris is now available for download from
- a href='http://www.postgresql.org/ftp/pgadmin3/beta'postgresql.org 
download center/a.
+ a href=http://www.postgresql.org/ftp/pgadmin3/beta;postgresql.org download 
center/a.
 /pp
 V1.4.0 contains a number of new features including:
 ul
@@ -45,4 +45,4 @@
 Please take some time to test the new beta and report any bugs
 to the a href=mailto:pgadmin-support@postgresql.org;pgAdmin-support mailing 
list/a.
 With your help we can make this the most bug free release possible.
-/p
\ No newline at end of file
+/p

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq