diff --git a/plwordnet/plwordnet.js b/plwordnet/plwordnet.js index 1ae61d4a1934a163f39b63ab4bd0ecfe38f9bd33..3f6ae3eae702e729ad9e4fe17beb5468417991ce 100644 --- a/plwordnet/plwordnet.js +++ b/plwordnet/plwordnet.js @@ -185,7 +185,7 @@ PlWordnet.prototype.createAdditionalInfo = function(jsonData, title, titleEn, la '<a href="/synsetid/plwordnet/' + element2.synset + '">' + '<p class="title">' + element2.lemma + '</p>' + '</a>' + - '<img width="40" height="20" class="img-responsive show-icon" src="http://lexp-dev.clarin-pl.eu/img/lang-' + lang + '-32.png" alt="Language" />' + + `<img width="40" height="20" class="img-responsive show-icon" src="/img/lang-${lang}-32.png" alt="Language" />` + definition + horizontalLine; });