Project

General

Profile

« Previous | Next » 

Revision 4b3be949

Added by Andreas Kohlbecker over 7 years ago

fix #6278 sec uuid and taxon uuid as class attribute to all taxon and taxon node markup

View differences:

modules/cdm_dataportal/includes/pages.inc
1020 1020
        ($is_first_item ? '' : ' ')
1021 1021
        . $rank_separator
1022 1022
        . l(
1023
          $node_name,
1023
          '<span class="' . html_class_attribute_ref($node) . '">' . $node_name . '</span>',
1024 1024
          $path,
1025 1025
          array(
1026 1026
            'attributes' => array(
......
1028 1028
              'data-cdm-taxon-uuid' => array($node->taxonUuid),
1029 1029
              'data-cdm-classification-mode' => array('siblings'),
1030 1030
              'data-cdm-align-with' => array('prev')
1031
            )
1031
            ),
1032
            'html' => true
1032 1033
          )
1033 1034
        );
1034 1035
      }

Also available in: Unified diff