diff --git a/composer.json b/composer.json index f1bfe09..ebd9ddf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "michnhokn/kirby3-cookie-banner", "description": "Add a cookie modal to your Kirby3 website", "type": "kirby-plugin", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "authors": [ { diff --git a/package.json b/package.json index e74b14d..7b66bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kirby3-cookie-banner", - "version": "1.0.4", + "version": "1.0.5", "description": "", "author": "Michael Scheurich ", "scripts": { diff --git a/snippets/cookie-modal.php b/snippets/cookie-modal.php index 07b7c8d..747f99b 100644 --- a/snippets/cookie-modal.php +++ b/snippets/cookie-modal.php @@ -17,7 +17,7 @@ false, 'key' => $key, - 'title' => h($title) + 'title' => t($title, $title) ]) ?> @@ -38,6 +38,6 @@ - + true]) ?>