From dfab8c73337c812e0837b3e9fa74f1855a41128b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Mon, 6 May 2019 13:42:53 +0200 Subject: [PATCH] [DOC] component: fix invalid xml in examples --- doc/component.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/component.md b/doc/component.md index 124b25a9..ea7328b4 100644 --- a/doc/component.md +++ b/doc/component.md @@ -75,7 +75,7 @@ widgets: ```xml
some text - +
``` @@ -100,7 +100,7 @@ root widget element. ```xml
- +
``` @@ -112,7 +112,7 @@ class that need to be removed. This is why we only support the explicit syntax with a class object: ```js - + ```