SVN commit 1229571 by imalchow: another typo... M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1229570:1229571 @@ -210,7 +210,7 @@ if ($this->data['repository'][0] == 'svn') { return '

Checkout '.$this->name().' source code:

svn co svn://anonsvn.kde.org/home/kde/'.$this->data['repository'][1].'

'; } else if($this->data['repository'][0] == 'git') { - return '

Clone '.$this->name().' source code:

git clone git://anongit.kde.org'.$this->data['repository'][1].'

'; + return '

Clone '.$this->name().' source code:

git clone git://anongit.kde.org/'.$this->data['repository'][1].'

'; } return ''; }