diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php
index 2d9ab1d..fc3afcb 100644
--- a/wp-admin/edit-tags.php
+++ b/wp-admin/edit-tags.php
@@ -578,7 +578,7 @@ do_action( "{$taxonomy}_add_form", $taxonomy );
 <div class="form-wrap edit-term-notes">
 <p>
 	<?php
-	echo '<strong>' . __( 'Note:' ) . '</strong><br />';
+	echo '<strong>' . __( 'Note:' ) . '</strong>';
 	printf(
 		/* translators: %s: default category */
 		__( 'Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.' ),
