Remove trailing slash on void elements

This commit is contained in:
mark
2022-12-14 16:57:34 +01:00
parent 482a9bfe26
commit f72cd1de3c
3 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<title>Example HTML5 Document</title>
</head>
<body>