From 329bacbccf4d64628c0617620ed137d6e1c581f8 Mon Sep 17 00:00:00 2001
From: Aria <aria@suma-ev.de>
Date: Fri, 6 Jul 2018 09:25:21 +0200
Subject: [PATCH] =?UTF-8?q?Schlie=C3=9Fendes=20Label-Tag=20eingef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 resources/views/index.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index bdde6a3e7..5e7926a76 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -9,7 +9,7 @@
 	</h1>
 	@include('parts.searchbar', ['class' => 'startpage-searchbar'])
 	<div id="show-plugin-modal">
-		<label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="{{ trans('index.plugin.open-modal.title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin.open-modal') }}</a>
+		<label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="{{ trans('index.plugin.open-modal.title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin.open-modal') }}</label>
 	</div>
 	<script type="text/javascript" src="{{ mix('js/scriptStartPage.js') }}"></script>
 	<script type="text/javascript" src="{{ mix('js/searchbar.js') }}"></script>
-- 
GitLab