--- edit-link-categories.php9728	2008-11-16 16:00:16.000000000 +0100
+++ edit-link-categories.php	2008-11-16 16:07:56.000000000 +0100
@@ -141,7 +141,8 @@
 if ( $categories ) {
 	$output = '';
 	foreach ( $categories as $category ) {
-		$category = sanitize_term($category, 'link_category', 'display');
+		$category = sanitize_term($category, 'link_category', 'edit');
+ 
 		$output .= link_cat_row($category);
 	}
 	$output = apply_filters('cat_rows', $output);
