diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html
index cb5528dda0..a1768ff490 100644
--- a/demos/spinner/currency.html
+++ b/demos/spinner/currency.html
@@ -1,61 +1,61 @@
-
-
-
-
- jQuery UI Spinner - Default functionality
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Currency to donate
-
- US $
- EUR €
- YEN ¥
-
-
-
- Amount to donate:
-
-
-
-
-
-
- Example of a donation form, with currency selection and amout spinner.
-
-
-
-
-
+
+
+
+
+ jQuery UI Spinner - Default functionality
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Currency to donate
+
+ US $
+ EUR €
+ YEN ¥
+
+
+
+ Amount to donate:
+
+
+
+
+
+
+ Example of a donation form, with currency selection and amout spinner.
+
+
+
+
+
diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html
index bcbc247512..0444aa1042 100644
--- a/demos/spinner/decimal.html
+++ b/demos/spinner/decimal.html
@@ -1,59 +1,59 @@
-
-
-
-
- jQuery UI Spinner - decimal
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Decimal spinner:
-
-
-
- Select a culture to use for formatting:
-
- English
- German
- Japanese
-
-
-
-
-
-
- Example of a decimal spinner. Step is set to 0.01.
- The code handling the culture change reads the current spinner value,
- then changes the culture, then sets the value again, resulting in an updated
- formatting, based on the new culture.
-
-
-
-
-
+
+
+
+
+ jQuery UI Spinner - decimal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Decimal spinner:
+
+
+
+ Select a culture to use for formatting:
+
+ English
+ German
+ Japanese
+
+
+
+
+
+
+ Example of a decimal spinner. Step is set to 0.01.
+ The code handling the culture change reads the current spinner value,
+ then changes the culture, then sets the value again, resulting in an updated
+ formatting, based on the new culture.
+
+
+
+
+
diff --git a/demos/spinner/default.html b/demos/spinner/default.html
index 4035ee41ce..35445a0e13 100644
--- a/demos/spinner/default.html
+++ b/demos/spinner/default.html
@@ -1,65 +1,65 @@
-
-
-
-
- jQuery UI Spinner - Default functionality
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Select a value:
-
-
-
-Toggle disable/enable
-Toggle widget
-
-
-
-Get value
-Set value to 5
-
-
-
-
-
-
-
-
+
+
+
+
+ jQuery UI Spinner - Default functionality
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Select a value:
+
+
+
+Toggle disable/enable
+Toggle widget
+
+
+
+Get value
+Set value to 5
+
+
+
+
+
+
+
+
diff --git a/demos/spinner/index.html b/demos/spinner/index.html
index c1b9d9288d..2bbb796f08 100644
--- a/demos/spinner/index.html
+++ b/demos/spinner/index.html
@@ -1,20 +1,20 @@
-
-
-
- jQuery UI Spinner Demos
-
-
-
-
-
-
+
+
+
+ jQuery UI Spinner Demos
+
+
+
+
+
+
diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html
index 3c549f180f..954f839966 100644
--- a/demos/spinner/latlong.html
+++ b/demos/spinner/latlong.html
@@ -1,60 +1,60 @@
-
-
-
-
- jQuery UI Spinner - Map
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Latitude
-
-
-
Longitude
-
-
-
-
-
-
-
-
-Google Maps integration, using spinners to change latidude and longitude.
-
-
-
-
-
+
+
+
+
+ jQuery UI Spinner - Map
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Latitude
+
+
+
Longitude
+
+
+
+
+
+
+
+
+Google Maps integration, using spinners to change latidude and longitude.
+
+
+
+
+
diff --git a/demos/spinner/overflow.html b/demos/spinner/overflow.html
index 23ae1a8886..45b8f9573b 100644
--- a/demos/spinner/overflow.html
+++ b/demos/spinner/overflow.html
@@ -1,47 +1,47 @@
-
-
-
-
- jQuery UI Spinner - Default functionality
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Select a value:
-
-
-
-
-
-
- Overflowing spinner restricted to a range of -10 to 10.
- For anything above 10, it'll overflow to -10, and the other way round.
-
-
-
-
-
+
+
+
+
+ jQuery UI Spinner - Default functionality
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Select a value:
+
+
+
+
+
+
+ Overflowing spinner restricted to a range of -10 to 10.
+ For anything above 10, it'll overflow to -10, and the other way round.
+
+
+
+
+
diff --git a/demos/spinner/time.html b/demos/spinner/time.html
index 5858a50713..3ae06da466 100644
--- a/demos/spinner/time.html
+++ b/demos/spinner/time.html
@@ -1,71 +1,71 @@
-
-
-
-
- jQuery UI Spinner - decimal
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Time spinner:
-
-
-
- Select a culture to use for formatting:
-
- English
- German
-
-
-
-
-
-
- A custom widget extending spinner. Use the Globalization plugin to parse and output
- a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down
- spins hours.
-
-
-
-
-
+
+
+
+
+ jQuery UI Spinner - decimal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Time spinner:
+
+
+
+ Select a culture to use for formatting:
+
+ English
+ German
+
+
+
+
+
+
+ A custom widget extending spinner. Use the Globalization plugin to parse and output
+ a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down
+ spins hours.
+
+
+
+
+