<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ sub get_msg_date {
 			$text_part = $_;
 		}
 	}
-	if ($text_part &amp;&amp; $text_part-&gt;stringify_body =~ m/&gt;date:\s*(.*)[\r\n]/) {
+	if ($text_part &amp;&amp; $text_part-&gt;stringify_body =~ m/\s*&gt;date:\s*(.*)[\r\n]/) {
 		$udate = $1;
 	}
 
@@ -102,7 +102,7 @@ sub new {
 			while (defined($_ = $io-&gt;getline)) { $caption .= $_; }
 			$io-&gt;close;
 		}
-		$caption =~ s/^&gt;\w+:.*$//gm;
+		$caption =~ s/^\s*&gt;\w+:.*$//gm;
 		$caption =~ s/\r?\n\r?\n/&lt;br \/&gt;&lt;br \/&gt;\n/g;
 
 		$self-&gt;img_part($img_part);</diff>
      <filename>AutoBlogger/Post.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f173c5877ccb94c6e658f01e4bbde3edfac2f2cd</id>
    </parent>
  </parents>
  <author>
    <name>Chris Moyer</name>
    <email>chris@inarow.net</email>
  </author>
  <url>http://github.com/cdmoyer/autoblogger/commit/07df65ae65ddff0b622f6857e3b29d06e4c1a482</url>
  <id>07df65ae65ddff0b622f6857e3b29d06e4c1a482</id>
  <committed-date>2009-01-23T07:44:02-08:00</committed-date>
  <authored-date>2009-01-23T07:44:02-08:00</authored-date>
  <message>Handle whitespace before date attributes, via Chris Lewis (shadow@digitalnirvana.com)</message>
  <tree>4306a16fb5f189881080d7146cd7a5786adfc7d8</tree>
  <committer>
    <name>Chris Moyer</name>
    <email>chris@inarow.net</email>
  </committer>
</commit>
