SVN commit 1229568 by imalchow: fix typo M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1229567:1229568 @@ -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') { - return '

data['parent'].'/'.$this->data['repository'][1].'/repository">Browse '.$this->name().' source code on Git

'; } return ''; }