From kde-commits Sat Feb 11 14:38:20 2012 From: Ingo Malchow Date: Sat, 11 Feb 2012 14:38:20 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20120211143820.AEBEDAC894 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=132897115932071 SVN commit 1279493 by imalchow: fix pko location M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1279492:1279493 @@ -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 '

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

'; + return '

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

'; } return ''; }