diff --git a/plugins/content_types/recommender.inc b/plugins/content_types/recommender.inc index 5ad414c..16d7270 100644 --- a/plugins/content_types/recommender.inc +++ b/plugins/content_types/recommender.inc @@ -25,7 +25,7 @@ function ting_recommender_content_type_render($subtype, $conf, $panel_args, $con drupal_add_js('https://cdn.bibspire.dk/ddbcms.js', 'external'); // Set block content. - $block->content = '
'; + $block->content = '
'; return $block; }