<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@ class syntax_plugin_csv extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Andreas Gohr',
             'email'  =&gt; 'gohr@cosmocode.de',
-            'date'   =&gt; '2009-04-16',
+            'date'   =&gt; '2009-05-15',
             'name'   =&gt; 'CSV Plugin',
             'desc'   =&gt; 'Displays a CSV file, or inline CSV data, as a table',
             'url'    =&gt; 'http://www.dokuwiki.org/plugin:csv',
@@ -113,8 +113,8 @@ class syntax_plugin_csv extends DokuWiki_Syntax_Plugin {
             $o = trim($o);
             if (preg_match(&quot;/^hdr_rows=([0-9]+)/&quot;,$o,$matches)) {
                 $opt['hdr'] = $matches[1];
-            } elseif (preg_match(&quot;/^span_empty_cols=([0-9]+)/&quot;,$o,$matches)) {
-                $opt['hdr'] = $matches[1];
+            } elseif ($o == 'span_empty_cols=1') {
+                $opt['colspan'] = 1;
             } elseif (preg_match(&quot;/^delim=(.+)/&quot;,$o,$matches)) {
                 $opt['delim'] = $matches[1];
                 if($opt['delim'] == 'tab') $opt['delim'] = &quot;\t&quot;;</diff>
      <filename>syntax.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44b288bf11beaf36a508e1a4348ab76b66bdfe39</id>
    </parent>
  </parents>
  <author>
    <name>Andreas Gohr</name>
    <email>andi@splitbrain.org</email>
  </author>
  <url>http://github.com/cosmocode/csv/commit/6555e8fa0d8c56eb9749271b00bf42e0f0a50131</url>
  <id>6555e8fa0d8c56eb9749271b00bf42e0f0a50131</id>
  <committed-date>2009-05-15T02:33:56-07:00</committed-date>
  <authored-date>2009-05-15T02:33:56-07:00</authored-date>
  <message>fixed colspan option</message>
  <tree>d53345a6fed15a6bb3baa1dd5cae4bbb2f86cbfa</tree>
  <committer>
    <name>Andreas Gohr</name>
    <email>andi@splitbrain.org</email>
  </committer>
</commit>
