From: Justin Ledford Date: Thu, 29 Jun 2017 16:46:35 +0000 (-0500) Subject: replace self closing script tag with open and closing tags X-Git-Tag: v2.7.0~1^2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0eedec31f0ca61c257f18085cd6ac6cf52d1eaf3;p=thirdparty%2FChart.js.git replace self closing script tag with open and closing tags --- diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index bb3e17f1f..9266b3099 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -11,7 +11,7 @@ First, we need to have a canvas in our page. Now that we have a canvas we can use, we need to include Chart.js in our page. ```html - ``` Now, we can create a chart. We add a script to our page: