diff --git a/index.htm b/index.htm index 6936a42488..3eefac63ba 100644 --- a/index.htm +++ b/index.htm @@ -80,7 +80,7 @@
data_graphic({
     title: "Downloads",
-    description: "This graphic shows a time-series of downloads."
+    description: "This graphic shows a time-series of downloads.",
     data: [{'date':new Date('2014-11-01'),'value':12},
            {'date':new Date('2014-11-02'),'value':18}],
     width: 600,