]> git.pld-linux.org Git - packages/dokuwiki-plugin-data.git/blame - separator-style.patch
Re-order LEFT JOIN pages before LEFT JOIN rpm
[packages/dokuwiki-plugin-data.git] / separator-style.patch
CommitLineData
58e46b85
ER
1add style to list separator, so one could write to userstyle.css:
2
3table.dataplugin_table span.sep {
4 display: block;
5 font-size: 0px;
6}
7
8and have list items listed below each other
9
a4d4cd54
ER
10--- dokuwiki-plugin-data-20160311/helper.php~ 2016-07-01 14:27:21.000000000 +0300
11+++ dokuwiki-plugin-data-20160311/helper.php 2016-11-22 23:05:37.213943088 +0200
12@@ -360,7 +360,7 @@
58e46b85
ER
13 }
14 }
15 }
a4d4cd54 16- return join(', ', $outs);
58e46b85
ER
17+ return join('<span class="sep">, </span>',$outs);
18 }
19
20 /**
This page took 0.108079 seconds and 4 git commands to generate.