Skip to content
Snippets Groups Projects
Commit 6ed558e1 authored by Roang's avatar Roang
Browse files

Fix H005 djLint rule

lang attribute in html tag should be set.
parent 7a9871d3
Branches
Tags
No related merge requests found
Showing
with 16 additions and 16 deletions
<!DOCTYPE html>
<html>
<html lang="en">
<body>You don't have access to this location.</body>
</html>
<!DOCTYPE html>
<html>
<html lang="en">
<body>This is not the page you're looking for.</body>
</html>
<!DOCTYPE html>
<html>
<html lang="en">
<body>Please stand by, application will be available again shortly.</body>
</html>
<!DOCTYPE html>
<html>
<html lang="en">
<body>There is nothing to be seen here.</body>
</html>
......@@ -2,7 +2,7 @@
{% load static %}
{% trans "nav_activetab_srmarker" as activetab_srmarker %}
<!DOCTYPE html>
<html>
<html lang="{{ request.LANGUAGE_CODE | default:"en" }}">
<head>
<title>
{% block title %}
......
<!DOCTYPE html>
<html>
<html lang="de">
<head>
<title>{{ subject }}</title>
</head>
......
<!DOCTYPE html5>
<html>
<html lang="de">
<body>
{% if conference != None %}
<h1>
......
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Hub SSO</title>
<style>
......
<!DOCTYPE html>
<html>
<html lang="end">
<head>
<title>Hub SSO</title>
<style>
......
{% if include_header %}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>{{ conf.slug }} Meta Navigation</title>
</head>
......
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>403 - Forbidden</title>
<style type="text/css">
......
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>404 - OOOOOPS (not found)</title>
<style type="text/css">
......
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>500 - Internal Server Error</title>
<style type="text/css">
......
{% load static %}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>403 - Forbidden</title>
<style type="text/css">
......
{% load static %}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>404 - OOOOOPS (not found)</title>
<style type="text/css">
......
{% load static %}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>500 - Internal Server Error</title>
<style type="text/css">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment