X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Ffactory%2Flist;h=206066f3eb533ef081f814be066cc9459fc69504;hb=b9a0ea576340041a16e83550a6b6e80805c11203;hp=99710287b2f626b838dbcf0c7af41a6fed36f56b;hpb=722950186d52d36e3a4e4df93f026183c7b5a602;p=maypole.git diff --git a/templates/factory/list b/templates/factory/list index 9971028..206066f 100644 --- a/templates/factory/list +++ b/templates/factory/list @@ -18,7 +18,7 @@ NEXT IF col == "id"; ""; SET additional = "?order=" _ col; - SET additional = additional _ "page=" _ pager.current_page _ "&" IF pager; + SET additional = additional _ "&page=" _ pager.current_page IF pager; SET additional = additional _ "&o2=desc" IF col == request.query.order and request.query.o2 != "desc"; link(classmetadata.table, "list", additional, classmetadata.colnames.$col);