diff options
author | Amirouche <amirouche.boubekki@gmail.com> | 2019-02-02 17:23:58 +0100 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-02 16:49:27 +0000 |
commit | 47cb34aff5dedbd46159dcf01df11e51b1d8cf48 (patch) | |
tree | a70f2b324eed0fcbedd20db9648c1ace11ec6352 | |
parent | 67123119f3fd5ce5123122d4079c69f3e9f637a2 (diff) |
apparently percent character must be escaped
-rw-r--r-- | gnurl.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnurl.html.j2 b/gnurl.html.j2 index 32947239..5dd17dd8 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 |