From kde-commits Wed Apr 27 20:34:38 2011 From: Ingo Malchow Date: Wed, 27 Apr 2011 20:34:38 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20110427203438.D7EF1AC866 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130393653126783 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 ''; }