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

alt tag geleert

parent 7dbe8b1a
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
@foreach($metager->getResults()->items() as $result) @foreach($metager->getResults()->items() as $result)
<div class="item"> <div class="item">
<div class="img"> <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> <span class="label label-default">{{ strip_tags($result->gefVon) }}</span>
</div> </div>
</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