diff --git a/resources/assets/js/quicktips.js b/resources/assets/js/quicktips.js index d7e0887aea410a0d97e595f8f6a2de1a1a4fb7b5..7987f95b158a09ba9d5d2ff80622a8de9e4a34c0 100644 --- a/resources/assets/js/quicktips.js +++ b/resources/assets/js/quicktips.js @@ -29,7 +29,7 @@ function getQuicktips (search, locale, blacklist, loadedHandler) { type: $(this).children('mg\\:type').text(), title: $(this).children('title').text(), summary: $(this).children('content').text(), - url: $(this).children('link').text(), + url: $(this).children('link').attr("href"), gefVon: $(this).children('mg\\:gefVon').text(), score: $(this).children('relevance\\:score').text(), details: $(this).children('mg\\:details').children('entry').map(function () {