From: jordan Date: Sun, 27 Mar 2011 21:45:08 +0000 (+0000) Subject: OSQA-533, forgot ; for the & hash X-Git-Tag: live~391 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/52b732386eaabbe2d99e3b13ad680ab06bdc4c47 OSQA-533, forgot ; for the & hash git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@905 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/utils/pagination.py b/forum/utils/pagination.py index 094a595..fb99244 100644 --- a/forum/utils/pagination.py +++ b/forum/utils/pagination.py @@ -204,7 +204,7 @@ def _paginated(request, objects, context): if get_params: base_path += "?" + get_params - url_joiner = "?" in base_path and "&" or "?" + url_joiner = "?" in base_path and "&" or "?" def get_page():