Skip to content

Commit

Permalink
Added anchor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DQ26525 authored and DQ26525 committed Aug 12, 2020
1 parent 308fb10 commit 72bcee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/content_types/recommender.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<div id="ting-recommender"></div>';
$block->content = '<a name="recommender"></a><div id="ting-recommender"></div>';
return $block;
}

Expand Down

1 comment on commit 72bcee4

@holt83
Copy link

@holt83 holt83 commented on 72bcee4 Feb 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this added?

Please sign in to comment.