Remove trailing slash for void elements... sadly

This commit is contained in:
Greg Burri 2025-02-14 18:58:32 +01:00
parent a1fd63ad08
commit cb2483eab1
13 changed files with 57 additions and 52 deletions

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="{{ tr.current_lang_and_territory_code() }}" data-user-logged="{{ user.is_some() }}" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recettes de cuisine</title>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
<link rel="stylesheet" type="text/css" href="/static/style.css">
</head>
<body>
@ -20,8 +20,8 @@
<dialog id="modal-dialog">
<div class="content"></div>
<input type="button" class="ok" value="OK" />
<input type="button" class="cancel" value="Cancel" />
<input type="button" class="ok" value="OK">
<input type="button" class="cancel" value="Cancel">
</dialog>
{% block body_container %}{% endblock %}