diff --git a/ChangeLog b/ChangeLog
index fd510c34f..833dfe157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,6 +102,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [lang] Catalan update, thanks to Xavier Navarro
- bug #1751553 Drop-down instead of input when editing
- [data] foreign key browser: encoding mixups, thanks to Thijs Kinkhorst
+- bug #1771721 Old SVN URLs
2.10.3.0 (2007-07-20)
diff --git a/Documentation.html b/Documentation.html
index e53ca8074..c28c2e976 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3933,7 +3933,7 @@ chmod o+rwx tmp
The following method is preferred for new developers:
- fetch the current SVN tree over anonymous SVN:
- svn co https://svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin
+ svn co https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin
- add your stuff
- generate patch with your changes:
diff --git a/changelog.php b/changelog.php
index 13d767cce..2b0dc3ae0 100644
--- a/changelog.php
+++ b/changelog.php
@@ -34,7 +34,7 @@ $replaces = array(
// linking files
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
- => '\\1\\2',
+ => '\\1\\2',
// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
diff --git a/main.php b/main.php
index 24858ad52..a6a9414a4 100644
--- a/main.php
+++ b/main.php
@@ -309,7 +309,7 @@ PMA_printListItem($strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmi
?>
-
[ChangeLog]
- [Subversion]
[Lists]