diff --git a/themes/fid/templates/RecordTab/worldcat.phtml b/themes/fid/templates/RecordTab/worldcat.phtml
index ed69a7a8e714d7897754e8c850b6bc10892643a4..38fb7af17c352a3f38213e8f216a792f6555a65b 100644
--- a/themes/fid/templates/RecordTab/worldcat.phtml
+++ b/themes/fid/templates/RecordTab/worldcat.phtml
@@ -10,11 +10,11 @@
         method: 'GET',
         data: {id: recordId, source: recordSource}
       }).done(function(response) {
-          $('.worldcat').html(response.data.html);
+          $('.worldcat-data').html(response.data.html);
       });
     });
 JS;
 ?>
 <?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $script, 'SET');?>
-<div class="worldcat"></div>
+<div class="worldcat-data"></div>
 <!-- fid: recordtab - worldcat - END -->