CVS Commit by dpage: Fix page
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Fix page
Log Message:
-----------
Fix page
Modified Files:
--------------
www/pgadmin3/cnt:
cnt_download.php (r1.74 -> r1.75)
Index: cnt_download.php
===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_download.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -Lpgadmin3/cnt/cnt_download.php -Lpgadmin3/cnt/cnt_download.php -u -w -r1.74 -r1.75
--- pgadmin3/cnt/cnt_download.php
+++ pgadmin3/cnt/cnt_download.php
@@ -309,7 +309,7 @@
<dd>
<?php echo sprintf(_("pgAdmin III packages are available for %s."), "MS Windows 2000/XP");?>
<br><br>
- <?php echo echo _("Note that the <a href=\"http://www.postgresql.org/ftp/win32/\">pgInstaller distribution of PostgreSQL for Windows</a> comes with pgAdmin.");?>
+ <?php echo sprintf(_("Note that the <a href='%s'>pgInstaller distribution of PostgreSQL for Windows</a> comes with pgAdmin."), "http://www.postgresql.org/ftp/win32");?>
</dd>
<dd>
<?php echo sprintf(_("Download pgAdmin III package from our <a href='%s'>mirrors</a>."), "#mirrors");?>
Home |
Main Index |
Thread Index