diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php
index 560f3b6d..d2cc3032 100644
--- a/wp-fdroid/wp-fdroid.php
+++ b/wp-fdroid/wp-fdroid.php
@@ -28,8 +28,8 @@ class FDroid
add_shortcode('fdroidrepo',array($this, 'do_shortcode'));
add_filter('query_vars',array($this, 'queryvars'));
$this->inited=false;
- $this->site_path=getenv('DOCUMENT_ROOT');
- wp_register_sidebar_widget('fdroid_latest', 'FDroid Latest', 'widget_fdroidlatest');
+ $this->site_path=getenv('DOCUMENT_ROOT');
+ wp_register_sidebar_widget('fdroid_latest', 'FDroid Latest', 'widget_fdroidlatest');
}
@@ -118,7 +118,7 @@ class FDroid
// the web site and the documentation.
function getlicenseurl($license) {
switch($license) {
- case 'MIT':
+ case 'MIT':
return 'http://www.gnu.org/licenses/license-list.html#X11License';
case 'NewBSD':
return 'http://www.gnu.org/licenses/license-list.html#ModifiedBSD';
@@ -282,8 +282,8 @@ class FDroid
$out.='Donate: '.$donate.'
';
$out.="
For full details and additional technical information, see "; - $out.="this application's page on the F-Droid wiki.
"; + $out.="For full details and additional technical information, see "; + $out.="this application's page on the F-Droid wiki.
"; $out.='