]> git.pld-linux.org Git - packages/dokuwiki-plugin-data.git/blobdiff - separator-style.patch
update patches
[packages/dokuwiki-plugin-data.git] / separator-style.patch
index 4c04bbd0aa00dd40259c604135ae80b6a4f21f69..73095f9868eb11791941cb18dbbb5ecc2868cdea 100644 (file)
@@ -7,13 +7,13 @@ table.dataplugin_table span.sep {
 
 and have list items listed below each other
 
---- data/helper.php    2010-02-23 03:00:00.000000000 +0200
-+++ data/helper.php    2009-09-10 09:00:02.000000000 +0300
-@@ -129,7 +139,7 @@
+--- dokuwiki-plugin-data-20160311/helper.php~  2016-07-01 14:27:21.000000000 +0300
++++ dokuwiki-plugin-data-20160311/helper.php   2016-11-22 23:05:37.213943088 +0200
+@@ -360,7 +360,7 @@
                      }
              }
          }
--        return join(', ',$outs);
+-        return join(', ', $outs);
 +        return join('<span class="sep">, </span>',$outs);
      }
  
This page took 0.064611 seconds and 4 git commands to generate.