From kde-commits Sun Jan 09 01:11:29 2011 From: Albert Astals Cid Date: Sun, 09 Jan 2011 01:11:29 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20110109011129.5A3EEAC8B3 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129453552331069 SVN commit 1213015 by aacid: implement the git side M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1213014:1213015 @@ -201,7 +201,7 @@ if ($this->data['repository'][0] == 'svn') { return '

Browse '.$this->name().' source code on WebSVN

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

Browse '.$this->name().' source code on projects.kde.org

'; } return ''; }