From 4181ec72e222a4710c3c4eb88428541f2695fb02 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Thu, 11 Aug 2016 10:38:26 +0200 Subject: [PATCH] =?UTF-8?q?alt=20Tag=20f=C3=BCr=20Spendenaufruf=20eingef?= =?UTF-8?q?=C3=BCgt=20closes=20#189?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/metager3results.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/metager3results.blade.php b/resources/views/metager3results.blade.php index 1e8039ed3..fd8f1eb6b 100644 --- a/resources/views/metager3results.blade.php +++ b/resources/views/metager3results.blade.php @@ -20,7 +20,7 @@ @if( !$metager->validated && App::isLocale('de') ) <div class="mg-panel container" style="margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px"> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}" target="_blank"> - <img src="/img/aufruf.png" style="max-width:100%;max-height:90px;"> + <img src="/img/aufruf.png" style="max-width:100%;max-height:90px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" > </a> </div> @endif -- GitLab