From 2d426bef7ca07775d671071c676100c36dd50aad Mon Sep 17 00:00:00 2001
From: Amirouche <amirouche.boubekki@gmail.com>
Date: Sat, 2 Feb 2019 17:23:58 +0100
Subject: [PATCH 3/3] apparently percent character must be escaped

---
 gnurl.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnurl.html.j2 b/gnurl.html.j2
index 3294723..5dd17dd 100644
--- a/gnurl.html.j2
+++ b/gnurl.html.j2
@@ -82,7 +82,7 @@
     move to something simpler. As the library gets a new name, we do not
     have to worry about tons of packages breaking as soon as one rebuilds
     it. So renaming itself and saying that "libgnurl = libcurl with only
-    HTTP/HTTPS support and GnuTLS" fixes 99% of the problems that darkened
+    HTTP/HTTPS support and GnuTLS" fixes 99%% of the problems that darkened
     my mood. Note that this pretty much CANNOT be done without a fork, as
     renaming is an essential part of the fix. Now, there might be creative
     solutions to achieve the same thing within the standard cURL build
-- 
2.19.1

