Skip to content
Snippets Groups Projects
Commit 09d23db1 authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch '160-alt-tags-stimmen-nicht' into 'development'

alt tag geleert

Closes #160

See merge request !259
parents 418419f3 59fc1e74
No related branches found
No related tags found
3 merge requests!261Development,!260Development,!259alt tag geleert
......@@ -30,7 +30,7 @@
@foreach($metager->getResults()->items() as $result)
<div class="item">
<div class="img">
<a href="{{ $result->link }}" target="{{ $metager->getTab() }}"><img src="{{ $metager->getImageProxyLink($result->image) }}" width="150px" alt="Bild nicht gefunden"/></a>
<a href="{{ $result->link }}" target="{{ $metager->getTab() }}"><img src="{{ $metager->getImageProxyLink($result->image) }}" width="150px" alt=""/></a>
<span class="label label-default">{{ strip_tags($result->gefVon) }}</span>
</div>
</div>
......
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