From kde-commits Wed Apr 27 20:38:32 2011 From: Ingo Malchow Date: Wed, 27 Apr 2011 20:38:32 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20110427203832.AFE7FAC866 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130393680927160 SVN commit 1229569 by imalchow: fix git link M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1229568:1229569 @@ -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') { - ///TODO + return '

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

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

'; } return ''; }