[git] gnupg-doc - branch, preview, updated. f5fdcca9845ea5407475dc19a18518c236f4215c

by Justus Winter cvs at cvs.gnupg.org
Mon May 22 16:52:07 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, preview has been updated
       via  f5fdcca9845ea5407475dc19a18518c236f4215c (commit)
      from  068c2814b46678481b0cc33bc958ce31f1d1d88a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5fdcca9845ea5407475dc19a18518c236f4215c
Author: Justus Winter <justus at g10code.com>
Date:   Mon May 22 16:52:03 2017 +0200

    campaign: fix get parameters

diff --git a/web/donate/index.fr.org b/web/donate/index.fr.org
index 375607b..2a7a957 100644
--- a/web/donate/index.fr.org
+++ b/web/donate/index.fr.org
@@ -144,17 +144,17 @@
 	    </div>
 	    <div class="col-xs-12 col-sm-6 col-lg-12">
 	      <a class="btn btn-primary btn-lg btn-block" role="button"
-                 href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-10-eur&lang=fr"
+                 href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-10-eur&lang=fr"
                  >Donner 10 € par mois</a>
 	      <div class="row" style="margin-top: 1em;">
 		<div class="col-xs-6">
 		  <a class="btn btn-default btn-md btn-block" role="button"
-                     href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-5-eur&lang=fr"
+                     href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-5-eur&lang=fr"
                      >5 € par mois</a>
 		</div>
 		<div class="col-xs-6">
 		  <a class="btn btn-default btn-md btn-block" role="button"
-                     href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-20-eur&lang=fr"
+                     href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-20-eur&lang=fr"
                      >20 € par mois</a>
 		</div>
 	      </div>
diff --git a/web/donate/index.ja.org b/web/donate/index.ja.org
index bd42d9c..9f0ce87 100644
--- a/web/donate/index.ja.org
+++ b/web/donate/index.ja.org
@@ -142,17 +142,17 @@
 	    </div>
 	    <div class="col-xs-12 col-sm-6 col-lg-12">
 	      <a class="btn btn-primary btn-lg btn-block" role="button"
-                 href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-10-eur&lang=ja"
+                 href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-10-eur&lang=ja"
                  >毎月10 €を寄付</a>
 	      <div class="row" style="margin-top: 1em;">
 		<div class="col-xs-6">
 		  <a class="btn btn-default btn-md btn-block" role="button"
-                     href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-5-eur&lang=ja"
+                     href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-5-eur&lang=ja"
                      >毎月5 €を寄付</a>
 		</div>
 		<div class="col-xs-6">
 		  <a class="btn btn-default btn-md btn-block" role="button"
-                     href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-20-eur&lang=ja"
+                     href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-20-eur&lang=ja"
                      >毎月20 €を寄付</a>
 		</div>
 	      </div>
diff --git a/web/donate/index.org b/web/donate/index.org
index b6b6bcb..d54f1c1 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -144,17 +144,17 @@
 	    </div>
 	    <div class="col-xs-12 col-sm-6 col-lg-12">
 	      <a class="btn btn-primary btn-lg btn-block" role="button"
-                 href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-10-eur"
+                 href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-10-eur"
                  >Donate 10 € a month</a>
 	      <div class="row" style="margin-top: 1em;">
 		<div class="col-xs-6">
 		  <a class="btn btn-default btn-md btn-block" role="button"
-                     href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-5-eur"
+                     href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-5-eur"
                      >5 € a month</a>
 		</div>
 		<div class="col-xs-6">
 		  <a class="btn btn-default btn-md btn-block" role="button"
-                     href="/cgi-bin/procdonate.cgi?mode=preset;plan=12-20-eur"
+                     href="/cgi-bin/procdonate.cgi?mode=preset&plan=12-20-eur"
                      >20 € a month</a>
 		</div>
 	      </div>

-----------------------------------------------------------------------

Summary of changes:
 web/donate/index.fr.org | 6 +++---
 web/donate/index.ja.org | 6 +++---
 web/donate/index.org    | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list