From ff45e2e86e93a2fd6b1c51c3ba8ded7615124272 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 11 Feb 2011 16:01:31 +0000 Subject: [PATCH] NIHVIVO-2121: Fixed stretched image thumbnail issue on menupage individual listing --- webapp/web/js/menupage/browseByVClass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/js/menupage/browseByVClass.js b/webapp/web/js/menupage/browseByVClass.js index 9a6dacaea..712c46e22 100644 --- a/webapp/web/js/menupage/browseByVClass.js +++ b/webapp/web/js/menupage/browseByVClass.js @@ -114,7 +114,7 @@ var browseByVClass = { // Build the content of each list item, piecing together each component listItem = '
  • '; if ( typeof results.individuals[i].thumbUrl !== "undefined" ) { - listItem += ''+ label +'

    '; + listItem += ''+ label +'

    '; } else { listItem += '

    '; }