<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,4 +8,5 @@ Bug reporting, feature requests and praise:
 * Snowman 
 * Sander Bouwhuis
 * Aggelos Orfanakos
+* Louis Marascio
 </diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -53,7 +53,9 @@ module MaRuKu; module Strings
 			keys[:data] = $'
 			headers = $1
 			headers.split(&quot;\n&quot;).each do |l| 
-				k, v = l.split(':')
+# Fails if there are other ':' characters.
+#				k, v = l.split(':')
+				k, v = l.split(':', 2)
 				k, v = normalize_key_and_value(k, v)
 				k = k.to_sym
 #				puts &quot;K = #{k}, V=#{v}&quot;</diff>
      <filename>lib/maruku/string_utils.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2f26f41966c7c5943d9349cf930c2c618e057170</id>
    </parent>
  </parents>
  <author>
    <name>andrea</name>
    <email>andrea@7e2f57f0-5a75-4fd6-9797-5817c466b243</email>
  </author>
  <url>http://github.com/manveru/maruku/commit/168d5548183f143be00d739cb07c098d9e5959fd</url>
  <id>168d5548183f143be00d739cb07c098d9e5959fd</id>
  <committed-date>2008-01-28T09:06:07-08:00</committed-date>
  <authored-date>2008-01-28T09:06:07-08:00</authored-date>
  <message>Fixed bug reported by Louis Marascioo

git-svn-id: svn://rubyforge.org/var/svn/maruku/trunk@161 7e2f57f0-5a75-4fd6-9797-5817c466b243</message>
  <tree>a10c3d920ceb3d60272956ef60c48aa1ff5ac89c</tree>
  <committer>
    <name>andrea</name>
    <email>andrea@7e2f57f0-5a75-4fd6-9797-5817c466b243</email>
  </committer>
</commit>
