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 ''; }