<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -594,7 +594,9 @@ module Importer
         # HACK to seriously trim down accession records
         # and make them in a form we can search easily
         # only add non-fat to our fat_free_file
-        if !line.match(fatty_re) &amp;&amp; !line.blank?
+        #  &amp;&amp; !line.blank?
+        # keeping new lines only lines for redcloth formatting
+        if !line.match(fatty_re)
           if accession.nil?
             # replace double dotted version of maori vowels
             # with macrons</diff>
      <filename>lib/importer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>747c076c5f7717906b3fd9728faa8c4fbfaed6c8</id>
    </parent>
  </parents>
  <author>
    <name>Walter McGinnis</name>
    <email>walter@katipo.co.nz</email>
  </author>
  <url>http://github.com/kete/kete/commit/a51acbd7bf7828c512dc3c281f2d2d49b2e391a6</url>
  <id>a51acbd7bf7828c512dc3c281f2d2d49b2e391a6</id>
  <committed-date>2009-11-04T18:00:11-08:00</committed-date>
  <authored-date>2009-11-04T18:00:11-08:00</authored-date>
  <message>culling lines that were newlines only was causing unexpected formatting from Redcloth (i.e. br rather than p)</message>
  <tree>e8348125f4f8cd49d50de3fc804ee726c90d5953</tree>
  <committer>
    <name>Walter McGinnis</name>
    <email>walter@katipo.co.nz</email>
  </committer>
</commit>
