chiark / gitweb /
Paragraph about packages should be below heading
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 16 Apr 2013 17:05:17 +0000 (18:05 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 16 Apr 2013 17:05:17 +0000 (18:05 +0100)
wp-fdroid/wp-fdroid.php

index 9624c8a0d87f424bd4e0f527c2f36835ea9b8699..319e67e16bd3ee7eb3db00d13ef3784a680bdf9c 100644 (file)
@@ -292,13 +292,14 @@ class FDroid
                                $out.='}';
                                $out.='</script>';
 
+                               $out.="<h3>Packages</h3>";
+
                                $out.="<p><b>NOTE:</b> 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.</p>";
 
-                               $out.="<h3>Packages</h3>";
                                $i=0;
                                foreach($apks as $apk) {
                                        $first = $i+1==count($apks);