--- img_assist.module.orig 2006-05-04 18:01:38.000000000 -0700 +++ img_assist.module 2006-05-23 00:50:50.000000000 -0700 @@ -343,7 +343,7 @@ 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 . "
"; + return $text . "
"; } /** @@ -1648,4 +1648,4 @@ return "
\n \"%alt\"\n
%caption
\n
"; } -?> \ No newline at end of file +?>