diff --git a/templates/content-correspondents.tpl.html b/templates/content-correspondents.tpl.html index 3c28550..a7a47fd 100644 --- a/templates/content-correspondents.tpl.html +++ b/templates/content-correspondents.tpl.html @@ -18,7 +18,7 @@ from hosts as h inner join (select hostid, max(date) as date from eps group by hostid) as e on h.hostid = e.hostid - order by h.host' + order by h.host COLLATE NOCASE asc' ) %-->