--- node.module.orig	2009-01-04 16:15:29.000000000 -0800
+++ node.module	2009-01-04 16:15:48.000000000 -0800
@@ -393,7 +393,7 @@
   $break_points[] = array('</p>' => 0);
 
   // If no complete paragraph then treat line breaks as paragraphs.
-  $line_breaks = array('<br />' => 6, '<br>' => 4);
+  $line_breaks = array('<br />' => 6, '<br/>' => 5, '<br>' => 4);
   // Newline only indicates a line break if line break converter
   // filter is present.
   if (isset($filters['filter/1'])) {
