From b9a0ea576340041a16e83550a6b6e80805c11203 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 2 Apr 2004 11:55:26 +0000 Subject: [PATCH] Ooops. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@108 48953598-375a-da11-a14b-00016c27c3ee --- templates/factory/list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2