From: Ben McCann <322311+benmccann@users.noreply.github.com>
Date: Mon, 27 Apr 2020 20:25:02 +0000 (-0700)
Subject: Make br tags self-closing (#7275)
X-Git-Tag: v3.0.0-beta.2~165
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce902e1963a7c90f3cd0f931b09c8eee2a653d88;p=thirdparty%2FChart.js.git
Make br tags self-closing (#7275)
---
diff --git a/docs/charts/area.md b/docs/charts/area.md
index d18f6bdb8..02a4c7cad 100644
--- a/docs/charts/area.md
+++ b/docs/charts/area.md
@@ -13,9 +13,9 @@ Both [line](line.md) and [radar](radar.md) charts support a `fill` option on the
| Boundary 2 | `string` | `'start'`, `'end'`, `'origin'` |
| Disabled 3 | `boolean` | `false` |
-> 1 dataset filling modes have been introduced in version 2.6.0
-> 2 prior version 2.6.0, boundary values was `'zero'`, `'top'`, `'bottom'` (deprecated)
-> 3 for backward compatibility, `fill: true` (default) is equivalent to `fill: 'origin'`
+> 1 dataset filling modes have been introduced in version 2.6.0
+> 2 prior version 2.6.0, boundary values was `'zero'`, `'top'`, `'bottom'` (deprecated)
+> 3 for backward compatibility, `fill: true` (default) is equivalent to `fill: 'origin'`
**Example**
```javascript