Skip to content

Commit

Permalink
Removed trailing slash on void elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Sep 20, 2024
1 parent 36cf35a commit 2f177fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/base.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Michael Büchner" name="author">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.3/dist/spacelab/bootstrap.min.css" integrity="sha384-7jv7Cz/bPqbBsJ7CBCt/XsB6OhMa69zEjBu9ACVWol2jJYKJVLAwvUJVozygdb0e" crossorigin="anonymous">
Expand All @@ -15,7 +15,7 @@
<a href="#" title="${project.name} v${project.version}" style="text-decoration: none">${project.name}</a>
</h1>
<p class="lead">Ein BEACON-Datei-Generator für die Deutsche Digitale Bibliothek</p>
<hr class="my-4" />
<hr class="my-4">
<div id="alert_placeholder"></div>
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -44,12 +44,12 @@
</div>
<div class="col-md-12 mt-2">
<div class="form-check form-switch">
<input checked="checked" class="form-check-input" id="selectorAll" type="checkbox" />
<input checked="checked" class="form-check-input" id="selectorAll" type="checkbox">
<label class="form-check-label" for="selectorAll">Nur aktuellste anzeigen</label>
</div>
</div>
</div>
<br />
<br>
<p id="message"></p>
<div class="row d-none" id="beaconTableRow">
<div class="table-responsive">
Expand Down

0 comments on commit 2f177fb

Please sign in to comment.