From bdb2de781581810acc0d0bf0e8349895dfec035f Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Tue, 16 Apr 2013 18:05:17 +0100 Subject: [PATCH] Paragraph about packages should be below heading --- wp-fdroid/wp-fdroid.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index 9624c8a0..319e67e1 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -292,13 +292,14 @@ class FDroid $out.='}'; $out.=''; + $out.="

Packages

"; + $out.="

NOTE: Although APK downloads are available below to give "; $out.="you the choice, you should be aware that by installing that way you "; $out.="will not receive update notifications, and it's a less secure way "; $out.="to download, especially if you are not currently using HTTPS. "; $out.="We recommend that you install the F-Droid client and use that.

"; - $out.="

Packages

"; $i=0; foreach($apks as $apk) { $first = $i+1==count($apks);