web commit by hb
parent
15c468d5ae
commit
fc5e9662aa
|
@ -1,5 +1,6 @@
|
|||
Quick hack to be able to list old entries first :
|
||||
|
||||
|
||||
--- inline.pm 2007-01-18 18:21:27.000000000 +0100
|
||||
+++ /usr/share/perl5/IkiWiki/Plugin/inline.pm 2007-01-18 18:23:01.000000000 +0100
|
||||
@@ -92,6 +92,9 @@
|
||||
|
@ -13,6 +14,7 @@ Quick hack to be able to list old entries first :
|
|||
return sprintf(gettext("unknown sort type %s"), $params{sort});
|
||||
}
|
||||
|
||||
|
||||
this patch adds a new type of sort "old".
|
||||
|
||||
However, I wonder if it would be better to add another option for inline like "sortorder" with "desc" or "asc" keywords ?
|
Loading…
Reference in New Issue