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