diff --git a/samples/scales/time/line-point-data.html b/samples/scales/time/line-point-data.html
index 0a221624b..e28f883f2 100644
--- a/samples/scales/time/line-point-data.html
+++ b/samples/scales/time/line-point-data.html
@@ -77,10 +77,10 @@
},
options: {
responsive: true,
- title:{
- display:true,
- text:"Chart.js Time Point Data"
- },
+ title:{
+ display:true,
+ text:"Chart.js Time Point Data"
+ },
scales: {
xAxes: [{
type: "time",
diff --git a/samples/scales/time/line.html b/samples/scales/time/line.html
index 221354f9e..0cca931e0 100644
--- a/samples/scales/time/line.html
+++ b/samples/scales/time/line.html
@@ -28,7 +28,7 @@