Project

General

Profile

« Previous | Next » 

Revision bbeade6a

Added by Andreas Kohlbecker over 5 years ago

ref #7947 more reliable positioning of registration page elements

View differences:

modules/cdm_dataportal/includes/name.inc
648 648
  }
649 649

  
650 650
  RenderHints::popFromRenderStack();
651
  return (count($relations_array) ?'[' . trim(join(" ", $relations_array)) . ']' : '');
651
  return (count($relations_array) ?'<div class="name-relationships">[' . trim(join(" ", $relations_array)) . ']</div>' : '');
652 652
}
653 653

  
654 654
/**

Also available in: Unified diff