From d49d74a95af796d88d001099c86d771595894d50 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 11 Feb 2011 16:02:15 +0000 Subject: [PATCH] NIHVIVO-2121: Fixed stretched image thumbnail issue on menupage individual listing --- productMods/js/menupage/browseByVClassPeople.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 != "" ) {