From: Daniel Martí Date: Tue, 22 Oct 2013 13:53:07 +0000 (+0200) Subject: Don't mix tabs and spaces in wp-fdroid.php X-Git-Tag: 0.1~325 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a9ed11030177f857191ff5ec6545a3431a7c0efc;p=fdroidserver.git Don't mix tabs and spaces in wp-fdroid.php --- 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.='