Searched hist:eea6fd2c2d9aae074b60a524ac5a4d55fd644040 (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/ |
| H A D | action.php | eea6fd2c2d9aae074b60a524ac5a4d55fd644040 Thu Aug 17 13:12:36 UTC 2017 Michael Große <grosse@cosmocode.de> fix: sort numbers after namespace separators
When sorting by pagename, then we want the pages in the following order:
page page:subpage1 page:subpage2 page2 page2:subpage3
Prior to this commit they were sorted:
page page2 page2:page3 page:page1 page:page2
The cause of this bug was, that the character ':' comes after the numbers in the ascii-table.
|