? spaces_MmMm.patch Index: coder.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/coder/coder.module,v retrieving revision 1.88.2.59.2.5 diff -u -p -r1.88.2.59.2.5 coder.module --- coder.module 1 Oct 2008 14:08:38 -0000 1.88.2.59.2.5 +++ coder.module 13 Nov 2008 15:47:33 -0000 @@ -1194,6 +1194,8 @@ function _coder_read_and_parse_file(&$co $in_backslash = 1; } elseif ($char == $in_quote && !$in_backslash) { + $this_quote_lines[$this_quote_index] .= " "; + $this_doublequote_lines[$this_doublequote_index] .= " "; $in_quote = 0; } elseif ($char == '<') {