From 6579a18ad5ea550eaf116f438208da9db2f6337b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Sep 2023 01:29:07 +0200 Subject: Fix invalid markup in example --- gsp.5 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gsp.5 b/gsp.5 index c6678be..e38ab69 100644 --- a/gsp.5 +++ b/gsp.5 @@ -21,10 +21,13 @@ document might look as follows: .Bd -literal -offset indent html lang="en" { head { - meta charset="UTF-8" - meta name="viewport" content="width=device-width, initial-scale=1.0" - link href="/favicon.svg" rel="shortcut icon" type="image/svg" - link href="/style.svg" rel="stylesheet" + meta charset="UTF-8" {} + meta + name="viewport" + content="width=device-width, initial-scale=1.0" + {} + link href="/favicon.svg" rel="shortcut icon" type="image/svg" {} + link href="/style.svg" rel="stylesheet" {} title {-My Website Title} } body { -- cgit v1.2.3