From cce24b042eb5459470c58f3437b5f1399dea9e51 Mon Sep 17 00:00:00 2001 From: Luca Bonavita Date: Thu, 20 Jun 2019 16:28:03 +0100 Subject: [PATCH] Use consistent tag closing for elements Fixes #3061 --- site/content/docs/02-template-syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index a6e17f8bc2..6abfd7af17 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1241,7 +1241,7 @@ It cannot appear at the top level of your markup; it must be inside an if or eac ### `` ```sv - + ``` --- @@ -1318,7 +1318,7 @@ As with ``, this element allows you to add listeners to events on ### `` ```sv - +... ``` --- @@ -1335,7 +1335,7 @@ This element makes it possible to insert elements into `document.head`. During s ### `` ```sv - + ``` --- @@ -1351,4 +1351,4 @@ The `` element provides a place to specify per-component compile ```html -``` \ No newline at end of file +```