diff --git a/productMods/js/menupage/browseByVClassPeople.js b/productMods/js/menupage/browseByVClassPeople.js index c6e90f59..55032dbb 100644 --- a/productMods/js/menupage/browseByVClassPeople.js +++ b/productMods/js/menupage/browseByVClassPeople.js @@ -68,7 +68,7 @@ browseByVClass.getIndividuals = function(vclassUri, alpha, page, scroll) { } // Build the content of each list item, piecing together each component listItem = '
  • '; - listItem += ''+ fullName +''; + listItem += ''+ fullName +''; listItem += '

    '+ fullName +'

    '; // Include the calculated preferred title (see above) only if it's not empty if ( preferredTitle != "" ) {