From 85c7757cff5530de3b254c42c828f45d208aa251 Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 19 Aug 2019 14:29:47 +0200 Subject: [PATCH] [skip CI] update docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index e83a38b..b44715c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -76,7 +76,7 @@ findLineBreaks(data); $('#right').html(faDiagrams.compute(data)); } catch (err) { - $('#right').html(`

${err.toString().replace(/\n/gm, '
')}
(More info at fa-diagrams and TOML

`); + $('#right').html(`

${err.toString().replace(/\n/gm, '
')}

(More info at fa-diagrams and TOML)

`); console.error(err); } }, 500);