Project

General

Profile

« Previous | Next » 

Revision cbefe788

Added by Andreas Kohlbecker over 2 years ago

ref #8936 item-suffix only when child-nodes exist

View differences:

modules/cdm_dataportal/includes/descriptions.inc
1868 1868
        }
1869 1869
      }
1870 1870

  
1871
      $per_node_markup[$node_index] .= $level_style['item_suffix'];
1872

  
1873 1871
      if(isset($node->children[0])){
1872
        $per_node_markup[$node_index] .= $level_style['item_suffix'];
1874 1873
        _compose_distribution_hierarchy(
1875 1874
          $node->children,
1876 1875
          $feature_block_settings,

Also available in: Unified diff