diff --git a/targets/eds/js/eds_results.js b/targets/eds/js/eds_results.js index 049555a..4a6bdbe 100644 --- a/targets/eds/js/eds_results.js +++ b/targets/eds/js/eds_results.js @@ -66,7 +66,7 @@ Drupal.behaviors.roblib_search_eds = { } items.push(''); } else { - items.push('
' ); + items.push(' ' ); } }); jQuery('#' + 'roblib-search-content-eds').empty().append(items.join('')); diff --git a/targets/eds/js/eds_results_article.js b/targets/eds/js/eds_results_article.js index ef58a70..e21b66d 100644 --- a/targets/eds/js/eds_results_article.js +++ b/targets/eds/js/eds_results_article.js @@ -64,8 +64,7 @@ Drupal.behaviors.roblib_search_eds_articles = { items.push(''); } else { - items.push(' ' ); - } + items.push(' ' );} }); jQuery('#' + 'roblib-search-content-eds-articles').empty().append(items.join('')); }