diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index a5254e3..699d985 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -1460,7 +1460,7 @@ function () { }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

'; + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

'; } }]); diff --git a/dist/transpiled_code/View.js b/dist/transpiled_code/View.js index 2bde832..bc98884 100644 --- a/dist/transpiled_code/View.js +++ b/dist/transpiled_code/View.js @@ -713,7 +713,7 @@ function () { }, { key: "drawHTMLView", value: function drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

'; + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

'; } }]); diff --git a/src/View.js b/src/View.js index 721e0fd..eb72007 100644 --- a/src/View.js +++ b/src/View.js @@ -572,8 +572,8 @@ class View{ //renders the entire HTML view drawHTMLView(){ - this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

' - + this.element.innerHTML = '

Simple Data Grapher

Plot and Export Graphs with CSV data

' + } }