aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon
diff options
context:
space:
mode:
authorKris Kowal2012-07-09 16:56:43 -0700
committerKris Kowal2012-07-09 17:25:23 -0700
commit21a9603fb5522467776409972be21a87964c244d (patch)
tree296b984f5101bee6d3b67c4a00b309eff7fdf5be /node_modules/montage/ui/bluemoon
parentcee0deca695359ab468bd06d0e05ed3b2010b338 (diff)
downloadninja-21a9603fb5522467776409972be21a87964c244d.tar.gz
Normalize HTML DOCTYPE
Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces.
Diffstat (limited to 'node_modules/montage/ui/bluemoon')
-rw-r--r--node_modules/montage/ui/bluemoon/button-group.reel/button-group.html2
-rw-r--r--node_modules/montage/ui/bluemoon/button.reel/button.html2
-rw-r--r--node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html2
-rw-r--r--node_modules/montage/ui/bluemoon/progress.reel/progress.html2
-rw-r--r--node_modules/montage/ui/bluemoon/slider.reel/slider.html2
-rwxr-xr-xnode_modules/montage/ui/bluemoon/tabs.reel/tabs.html2
-rw-r--r--node_modules/montage/ui/bluemoon/textarea.reel/textarea.html2
-rw-r--r--node_modules/montage/ui/bluemoon/textfield.reel/textfield.html2
-rw-r--r--node_modules/montage/ui/bluemoon/toggle.reel/toggle.html2
9 files changed, 9 insertions, 9 deletions
diff --git a/node_modules/montage/ui/bluemoon/button-group.reel/button-group.html b/node_modules/montage/ui/bluemoon/button-group.reel/button-group.html
index 3491505c..4426d613 100644
--- a/node_modules/montage/ui/bluemoon/button-group.reel/button-group.html
+++ b/node_modules/montage/ui/bluemoon/button-group.reel/button-group.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/button.reel/button.html b/node_modules/montage/ui/bluemoon/button.reel/button.html
index 4780e739..d5d3b517 100644
--- a/node_modules/montage/ui/bluemoon/button.reel/button.html
+++ b/node_modules/montage/ui/bluemoon/button.reel/button.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html
index 0a203206..749ddefb 100644
--- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html
+++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.html b/node_modules/montage/ui/bluemoon/progress.reel/progress.html
index 4807730f..c5a2f8fd 100644
--- a/node_modules/montage/ui/bluemoon/progress.reel/progress.html
+++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/slider.reel/slider.html b/node_modules/montage/ui/bluemoon/slider.reel/slider.html
index 221341a1..7cefc731 100644
--- a/node_modules/montage/ui/bluemoon/slider.reel/slider.html
+++ b/node_modules/montage/ui/bluemoon/slider.reel/slider.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/tabs.reel/tabs.html b/node_modules/montage/ui/bluemoon/tabs.reel/tabs.html
index 54190c90..7a4ceb2a 100755
--- a/node_modules/montage/ui/bluemoon/tabs.reel/tabs.html
+++ b/node_modules/montage/ui/bluemoon/tabs.reel/tabs.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/textarea.reel/textarea.html b/node_modules/montage/ui/bluemoon/textarea.reel/textarea.html
index a9f01ad1..31558afa 100644
--- a/node_modules/montage/ui/bluemoon/textarea.reel/textarea.html
+++ b/node_modules/montage/ui/bluemoon/textarea.reel/textarea.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/textfield.reel/textfield.html b/node_modules/montage/ui/bluemoon/textfield.reel/textfield.html
index 2ea939bb..313f10c7 100644
--- a/node_modules/montage/ui/bluemoon/textfield.reel/textfield.html
+++ b/node_modules/montage/ui/bluemoon/textfield.reel/textfield.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
diff --git a/node_modules/montage/ui/bluemoon/toggle.reel/toggle.html b/node_modules/montage/ui/bluemoon/toggle.reel/toggle.html
index 9febe973..600a6072 100644
--- a/node_modules/montage/ui/bluemoon/toggle.reel/toggle.html
+++ b/node_modules/montage/ui/bluemoon/toggle.reel/toggle.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.