splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

generated tables missing border lines when using bootstrap3 template #208

Open saerdnaer opened 7 years ago

saerdnaer commented 7 years ago

There is issue with this plugin in combination with the bootstrap3 tpl: It looks like the html source code generated by the plugin does not passed through the transformation functions of the template.

My current workaround is to replicate the table styles generation from https://github.com/LotarProject/dokuwiki-template-bootstrap3/blob/master/tpl_functions.php#L1774-L1784 in the plugin, compare https://github.com/voc/dokuwiki-plugin-data/commit/31dca6338e02dd4ef299ffdf43507db749930c72

Im not sure whats the best way to fix this issue and which module (dokuwiki core, this plugin, the bootstrap3 tpl) is actually responsible for this behaviour...

It looks like other people fixed this issue by adding new options to the wiki markup, compare #198 .