]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/utils/pagination.py
#OSQA-574, we make an attempt to import the with statement from the __future__ packag...
[osqa.git] / forum / utils / pagination.py
index 094a595b13ab1fcc9a9514d9ba30763bec83dca2..fb99244c7d4190933309ac9134c8a07bdccaa314 100644 (file)
@@ -204,7 +204,7 @@ def _paginated(request, objects, context):
         if get_params:
             base_path += "?" + get_params
 
-    url_joiner = "?" in base_path and "&amp" or "?"
+    url_joiner = "?" in base_path and "&" or "?"
 
 
     def get_page():