]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-533, forgot ; for the & hash
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 27 Mar 2011 21:45:08 +0000 (21:45 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 27 Mar 2011 21:45:08 +0000 (21:45 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@905 0cfe37f9-358a-4d5e-be75-b63607b5c754

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 "&amp;" or "?"
 
 
     def get_page():