- πΈπ°Slovakia poker10
Thanks for reporting this.
Regarding the
class
attribute: This is not a bug of this module. Class must be an array as specified in the core documentation oftheme_link
function: https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_link/7.xclass: must be declared in an array. Example: 'class' => array('class_name1','class_name2').
I prefer not to "babysit" other modules/themes which does not follow documentation.
However I will take a look at the second problem (
tabindex
), which seems valid. -
poker10 β
committed 55fc2d1b on 7.x-2.x authored by
mark_fullmer β
Issue #3024643 by mark_fullmer: Fatal error: Uncaught Error: [] operator...
-
poker10 β
committed 55fc2d1b on 7.x-2.x authored by
mark_fullmer β
- Status changed to Fixed
about 2 years ago 11:44am 20 March 2023 - πΈπ°Slovakia poker10
Committed and fixed the problem with
tabindex
. Thanks all!I plan to roll-out a new release with few fixes from today soon.
Automatically closed - issue fixed for 2 weeks with no activity.