diff --git a/README.md b/README.md
index 7163398..11e1072 100644
--- a/README.md
+++ b/README.md
@@ -152,16 +152,16 @@ And then in the template:
In this example we are planning to use Google chart, as is evident from the import statement in the view, we import gchart.LineChart. So we must also include the google chart javascript in our template.
-
+
So the template would look like
-
+
{{ chart.as_html }}
@@ -320,9 +320,9 @@ Most of the chart providers support LineChart, BarChart, ColumnChart and PieChar
##### Template
-
+
{{ chart.as_html }}
@@ -384,9 +384,9 @@ Most of the chart providers support LineChart, BarChart, ColumnChart and PieChar
##### Template
-
+
{{ chart.as_html }}
diff --git a/graphos/templates/graphos/gchart/base.html b/graphos/templates/graphos/gchart/base.html
index 933e185..74434ca 100644
--- a/graphos/templates/graphos/gchart/base.html
+++ b/graphos/templates/graphos/gchart/base.html
@@ -1,6 +1,11 @@