From fd71348532c828cab5af267842c8accf1f8528b5 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 6 Apr 2025 16:31:31 +0200 Subject: fix: add missing alt texts and aria-label --- views/index.html | 2 +- views/search.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/index.html b/views/index.html index 0c1b66c..3d8c04f 100644 --- a/views/index.html +++ b/views/index.html @@ -6,7 +6,7 @@ - +

The portal to national law.

{{range $key, $c := .Countries -}} diff --git a/views/search.html b/views/search.html index 9373375..70c8c86 100644 --- a/views/search.html +++ b/views/search.html @@ -6,7 +6,7 @@ - +

National Law of {{.Country.Name}}

{{if not .Country.HasPlaceholder}}

{{.Country.SearchURL}}

@@ -19,7 +19,7 @@
{{end}} {{if or .Country.HasPlaceholder .HasJSONLaws}} - +
    {{end}} {{if .Country.HasPlaceholder}} -- cgit v1.2.3