From a9ed11030177f857191ff5ec6545a3431a7c0efc Mon Sep 17 00:00:00 2001
From: =?utf8?q?Daniel=20Mart=C3=AD?=
Date: Tue, 22 Oct 2013 15:53:07 +0200
Subject: [PATCH] Don't mix tabs and spaces in wp-fdroid.php
---
wp-fdroid/wp-fdroid.php | 46 ++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 23 deletions(-)
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.="
";
- $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.='