Index: img_assist.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/Attic/img_assist.css,v
retrieving revision 1.3.2.4
diff -u -p -r1.3.2.4 img_assist.css
--- img_assist.css	9 Apr 2007 22:57:22 -0000	1.3.2.4
+++ img_assist.css	5 Sep 2007 14:19:44 -0000
@@ -142,4 +142,7 @@ span.caption {
 .inline img{
   border: 1px solid #000; /* put a thin border around inline images */
 }
+span.clear {
+  clear: both;
+}
 
Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/Attic/img_assist.module,v
retrieving revision 1.68.2.19
diff -u -p -r1.68.2.19 img_assist.module
--- img_assist.module	30 Aug 2007 10:36:20 -0000	1.68.2.19
+++ img_assist.module	4 Sep 2007 03:45:37 -0000
@@ -382,9 +382,9 @@ function img_assist_filter($op, $delta =
 }
 
 function theme_img_assist_filter($text) {
-  // the br tag added to the end of each node is usually necessary for
-  // clearing the floating properties of the inline images
-  return $text ."<br class=\"clear\" />";
+  // the span tag added to the end of each node is usually necessary for
+  // clearing the floating properties of inline images
+  return $text .'<span class="clear" />';
 }
 
 /**
