nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Warning for card node #84

Open aloade opened 1 week ago

aloade commented 1 week ago

Hi,

There is an issue with the card node, when I type : <card warning header="my title"> ... </card>

I got this error (one for each card in the page) Warning: Undefined array key "header-text-align" in ../dokuwiki/lib/plugins/mikioplugin/syntax/card.php on line 95

if I set the parameter header-text-align the message don't show up, on line 95 $data['header-text-align'] is not checked if it's empty