You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue, IMO, in what you've proposed is that you'd wind up with a <div > tag, noting the extra, invalid, space after div if the parameters were empty.
i'm not a fan of including the space here in the params key of the array:
these are the only 3 places where it is done.
i think it should be done in the writing out of the html similar to other elements.
in addition, these lines here:
ZCA-Bootstrap-Template/includes/templates/bootstrap/common/tpl_columnar_display.php
Lines 46 to 50 in d610743
might be improved to:
whether
$col['params']
needs to be cast to a string, i have not investigated, but i think it should be unnecessary as well.The text was updated successfully, but these errors were encountered: