diff --git a/system/admin/views/edit-content.html.php b/system/admin/views/edit-content.html.php
index f5f8a15..2def7b2 100644
--- a/system/admin/views/edit-content.html.php
+++ b/system/admin/views/edit-content.html.php
@@ -7,6 +7,7 @@ if (isset($p->file)) {
}
$desc = get_category_info(null);
+asort($desc);
$content = file_get_contents($url);
$oldtitle = get_content_tag('t', $content, 'Untitled');