From kde-commits Tue Sep 20 11:57:53 2011 From: Ingo Malchow Date: Tue, 20 Sep 2011 11:57:53 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20110920115753.7C844AC883 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131651995225947 SVN commit 1254583 by imalchow: fix a typo in the last commit M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1254582:1254583 @@ -299,6 +299,6 @@ function ebnDocCheckingUrl() { - return 'http://ebn.org/sanitizer/reports/'.$this->ebnUrlBase().'/index.html'; + return 'http://ebn.kde.org/sanitizer/reports/'.$this->ebnUrlBase().'/index.html'; } }