mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-03 14:26:29 +00:00
[fix] themes sorted A->Z #470
This commit is contained in:
parent
fddf4fbacc
commit
3ade95a3d7
3 changed files with 4 additions and 2 deletions
|
@ -307,6 +307,8 @@ class Poche
|
|||
$themes[$theme] = $this->getThemeInfo($theme);
|
||||
}
|
||||
|
||||
ksort($themes);
|
||||
|
||||
return $themes;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
name = Dark Magenta
|
||||
name = Dmagenta
|
||||
requirements[] = default
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
name = Dark Solarized
|
||||
name = Solarized Dark
|
||||
requirements[] = default
|
||||
|
|
Loading…
Reference in a new issue