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

datatable alingment error #233

Open Xeenych opened 1 year ago

Xeenych commented 1 year ago

When align: parameter is omitted from datatable, then multiple warnings are issuded on a page like^

Warning: Undefined array key "align" in /var/www/html/dokuwiki_test/lib/plugins/data/syntax/table.php on line 278

Warning: Trying to access array offset on value of type null in /var/www/html/dokuwiki_test/lib/plugins/data/syntax/table.php on line 278
nerun commented 1 year ago

I have the same issue.

Error log:

Undefined array key "align" in .../lib/plugins/data/syntax/table.php on line 281
Trying to access array offset on value of type null in .../lib/plugins/data/syntax/table.php on line 281

Also, align parameter makes no difference.