Index: link-categories.php
===================================================================
--- link-categories.php	(revision 2444)
+++ link-categories.php	(working copy)
@@ -443,13 +443,11 @@
 </div>
 <div class="wrap">
     <h3><?php _e('Note:') ?></h3>
-    <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />
-    It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?>
-    </p>
+    <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?></p>
 </div>
 <?php
     break;
   } // end default
 } // end case
 ?>
-<?php include('admin-footer.php'); ?>
\ No newline at end of file
+<?php include('admin-footer.php'); ?>

