From 4c525fd9f7ef1e58abe4b7d0b091646460f7423e Mon Sep 17 00:00:00 2001 From: DavideCan Date: Wed, 14 Nov 2018 13:31:56 +0100 Subject: [PATCH] docs(changelog): fix the quotes in the HTML code --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f7ff694c..42385aaf01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,26 +62,26 @@ Here, we have an `ion-tab` element that accepts an icon, a label, and a link to - - + + Schedule - + Photo - + Home - + @@ -104,10 +104,10 @@ To connect the `ion-tab-button` to the `ion-tab`, the `tab` property must be add ```html - + - + ```