From: Ciaran Gultnieks Date: Tue, 16 Apr 2013 17:05:17 +0000 (+0100) Subject: Paragraph about packages should be below heading X-Git-Tag: 0.1~642^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bdb2de781581810acc0d0bf0e8349895dfec035f;p=fdroidserver.git Paragraph about packages should be below heading --- 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);