From 372d6653864fe4855af5a1be7af8884a6f9ac8f8 Mon Sep 17 00:00:00 2001 From: Jon Baldivieso Date: Wed, 10 Jan 2018 12:01:37 -0800 Subject: [PATCH] HTML encode ampersands in query string urls in template --- rosetta/templates/rosetta/form.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rosetta/templates/rosetta/form.html b/rosetta/templates/rosetta/form.html index a0c7418..0769133 100644 --- a/rosetta/templates/rosetta/form.html +++ b/rosetta/templates/rosetta/form.html @@ -38,10 +38,10 @@
@@ -157,7 +157,7 @@ {% if i == page %} {{i}} {% else %} - {{i}} + {{i}} {% endif %} {% endif %} {% endfor %}