Skip to content
Snippets Groups Projects
Commit 7b1866ce authored by Davide Aprea's avatar Davide Aprea
Browse files

fixed ad provider implementation

parent 0d188fab
No related branches found
No related tags found
2 merge requests!1739Development,!1700Resolve "Show information about every search engine that found a result"
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{{ $ad->titel }} {{ $ad->titel }}
</a> </a>
</h2> </h2>
<a class="ad-label" href="{{ $ad->gefVonLink }}" target="_blank" rel="noopener">{!! $ad->gefVon !!}</a> <a class="ad-label" href="{{ $ad->gefVonLink[0] }}" target="_blank" rel="noopener">{!! $ad->gefVon[0] !!}</a>
</div> </div>
<div class="result-subheadline"> <div class="result-subheadline">
<a class="result-link" href="{{ $ad->link }}" target="{{ $metager->getNewtab() }}" tabindex="-1"> <a class="result-link" href="{{ $ad->link }}" target="{{ $metager->getNewtab() }}" tabindex="-1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment