diff --git a/NEWS b/NEWS
index 8465da0f..e88d1501 100644
--- a/NEWS
+++ b/NEWS
@@ -855,4 +855,4 @@ Version 0.2 (Sun May 21 22:35:33 BST 2000)
-------------------------------------------------------------------------------
Version 0.1 (Sun Apr 30 16:03:26 BST 2000)
-[+] Initial starting
\ No newline at end of file
+[+] Initial starting
diff --git a/README.nwauth b/README.nwauth
index 51d74330..b5386850 100644
--- a/README.nwauth
+++ b/README.nwauth
@@ -44,4 +44,4 @@ web server PATH). If authentication fails, and your Apache error log
contains messages about nwsfind, try creating a link from /bin/nwsfind
to the actual path of nwsfind.
-$Id$
\ No newline at end of file
+$Id$
diff --git a/web/Themes/classic126.inc b/web/Themes/classic126.inc
index f147ea7f..9389dbc5 100644
--- a/web/Themes/classic126.inc
+++ b/web/Themes/classic126.inc
@@ -1,92 +1,92 @@
- in report.php
-$report_h3_border_color = "#879AA8"; // border colour for
in report.php
-$report_entry_border_color = "#C3CCD3"; // used to separate individual bookings in report.php
-
-$search_table_border_color = $standard_font_color;
-
-$site_faq_entry_border_color = $report_entry_border_color; // used to separate individual FAQ's in help.php
-
-$trailer_border_color = $main_table_border_color;
-
-$anchor_link_color = "#5B69A6"; // link color
-$anchor_visited_color = "#5B69A6"; // link color (visited)
-$anchor_hover_color = "red"; // link color (hover)
-
-$anchor_link_color_banner = $anchor_link_color; // link color
-$anchor_visited_color_banner = $anchor_visited_color; // link color (visited)
-$anchor_hover_color_banner = $anchor_hover_color; // link color (hover)
-
-$anchor_link_color_header = $anchor_link_color; // link color
-$anchor_visited_color_header = $anchor_visited_color; // link color (visited)
-$anchor_hover_color_header = $anchor_hover_color; // link color (hover)
-
-$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
-$calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals
-$row_even_color = "#ffffff"; // even rows in the day and week views
-$row_odd_color = "#eeeeee"; // even rows in the day and week views
-$row_highlight_color = "#ffc0da"; // used for highlighting a row
- // NOTE: this colour is also used in xbLib.js (in more than one place)and
- // if you change it here you will also need to change it there.
-
-$help_highlight_color = "#ffe6f0"; // highlighting text on the help page #ffffbb
-
-// These are the colours used for distinguishing between the dfferent types of bookings in the main
-// displays in the day, week and month views
-$color_types = array(
- 'A' => "#FFCCFF",
- 'B' => "#99CCCC",
- 'C' => "#FF9999",
- 'D' => "#FFFF99",
- 'E' => "#C0E0FF",
- 'F' => "#FFCC99",
- 'G' => "#FF6666",
- 'H' => "#66FFFF",
- 'I' => "#DDFFDD",
- 'J' => "#CCCCCC");
-
-
-// ***** DIMENSIONS *******************
-$banner_border_width = '1'; // (px) border width for the outside of the banner
-$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
-$main_table_border_width = '1'; // (px) the border width for the outside of the main day/week/month tables
-$main_table_cell_border_width = '1'; // (px) the border width for the cells of the main day/week/month tables
-
-
-// ***** FONTS ************************
-$standard_font_family = 'Arial, Verdana, sans-serif';
-
-?>
+ in report.php
+$report_h3_border_color = "#879AA8"; // border colour for in report.php
+$report_entry_border_color = "#C3CCD3"; // used to separate individual bookings in report.php
+
+$search_table_border_color = $standard_font_color;
+
+$site_faq_entry_border_color = $report_entry_border_color; // used to separate individual FAQ's in help.php
+
+$trailer_border_color = $main_table_border_color;
+
+$anchor_link_color = "#5B69A6"; // link color
+$anchor_visited_color = "#5B69A6"; // link color (visited)
+$anchor_hover_color = "red"; // link color (hover)
+
+$anchor_link_color_banner = $anchor_link_color; // link color
+$anchor_visited_color_banner = $anchor_visited_color; // link color (visited)
+$anchor_hover_color_banner = $anchor_hover_color; // link color (hover)
+
+$anchor_link_color_header = $anchor_link_color; // link color
+$anchor_visited_color_header = $anchor_visited_color; // link color (visited)
+$anchor_hover_color_header = $anchor_hover_color; // link color (hover)
+
+$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
+$calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals
+$row_even_color = "#ffffff"; // even rows in the day and week views
+$row_odd_color = "#eeeeee"; // even rows in the day and week views
+$row_highlight_color = "#ffc0da"; // used for highlighting a row
+ // NOTE: this colour is also used in xbLib.js (in more than one place)and
+ // if you change it here you will also need to change it there.
+
+$help_highlight_color = "#ffe6f0"; // highlighting text on the help page #ffffbb
+
+// These are the colours used for distinguishing between the dfferent types of bookings in the main
+// displays in the day, week and month views
+$color_types = array(
+ 'A' => "#FFCCFF",
+ 'B' => "#99CCCC",
+ 'C' => "#FF9999",
+ 'D' => "#FFFF99",
+ 'E' => "#C0E0FF",
+ 'F' => "#FFCC99",
+ 'G' => "#FF6666",
+ 'H' => "#66FFFF",
+ 'I' => "#DDFFDD",
+ 'J' => "#CCCCCC");
+
+
+// ***** DIMENSIONS *******************
+$banner_border_width = '1'; // (px) border width for the outside of the banner
+$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
+$main_table_border_width = '1'; // (px) the border width for the outside of the main day/week/month tables
+$main_table_cell_border_width = '1'; // (px) the border width for the cells of the main day/week/month tables
+
+
+// ***** FONTS ************************
+$standard_font_family = 'Arial, Verdana, sans-serif';
+
+?>
diff --git a/web/Themes/default.inc b/web/Themes/default.inc
index 55c10a96..e2882689 100644
--- a/web/Themes/default.inc
+++ b/web/Themes/default.inc
@@ -1,92 +1,92 @@
- in report.php
-$report_h3_border_color = "#879AA8"; // border colour for in report.php
-$report_entry_border_color = "#C3CCD3"; // used to separate individual bookings in report.php
-
-$search_table_border_color = $standard_font_color;
-
-$site_faq_entry_border_color = $report_entry_border_color; // used to separate individual FAQ's in help.php
-
-$trailer_border_color = $standard_font_color;
-
-$anchor_link_color = $standard_font_color; // link color
-$anchor_visited_color = $anchor_link_color; // link color (visited)
-$anchor_hover_color = $highlight_font_color; // link color (hover)
-
-$anchor_link_color_banner = $header_font_color; // link color
-$anchor_visited_color_banner = $anchor_link_color_banner; // link color (visited)
-$anchor_hover_color_banner = $anchor_link_color_banner; // link color (hover)
-
-$anchor_link_color_header = $header_font_color; // link color
-$anchor_visited_color_header = $anchor_link_color_header; // link color (visited)
-$anchor_hover_color_header = $anchor_link_color_header; // link color (hover)
-
-$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
-$calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals
-$row_even_color = "#ffffff"; // even rows in the day and week views
-$row_odd_color = "#f2f4f6"; // even rows in the day and week views
-$row_highlight_color = "#ffc0da"; // used for highlighting a row
- // NOTE: this colour is also used in xbLib.js (in more than one place)and
- // if you change it here you will also need to change it there.
-
-$help_highlight_color = "#ffe6f0"; // highlighting text on the help page #ffffbb
-
-// These are the colours used for distinguishing between the dfferent types of bookings in the main
-// displays in the day, week and month views
-$color_types = array(
- 'A' => "#ffff99",
- 'B' => "#99cccc",
- 'C' => "#ffffcd",
- 'D' => "#cde6e6",
- 'E' => "#6dd9c4",
- 'F' => "#82adad",
- 'G' => "#ccffcc",
- 'H' => "#d9d982",
- 'I' => "#99cc66",
- 'J' => "#e6ffe6");
-
-
-// ***** DIMENSIONS *******************
-$banner_border_width = '0'; // (px) border width for the outside of the banner
-$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
-$main_table_border_width = '0'; // (px) border width for the outside of the main day/week/month tables
-$main_table_cell_border_width = '1'; // (px) border width for the cells of the main day/week/month tables
-
-
-// ***** FONTS ************************
-$standard_font_family = 'Arial, Verdana, sans-serif';
-
-?>
+ in report.php
+$report_h3_border_color = "#879AA8"; // border colour for in report.php
+$report_entry_border_color = "#C3CCD3"; // used to separate individual bookings in report.php
+
+$search_table_border_color = $standard_font_color;
+
+$site_faq_entry_border_color = $report_entry_border_color; // used to separate individual FAQ's in help.php
+
+$trailer_border_color = $standard_font_color;
+
+$anchor_link_color = $standard_font_color; // link color
+$anchor_visited_color = $anchor_link_color; // link color (visited)
+$anchor_hover_color = $highlight_font_color; // link color (hover)
+
+$anchor_link_color_banner = $header_font_color; // link color
+$anchor_visited_color_banner = $anchor_link_color_banner; // link color (visited)
+$anchor_hover_color_banner = $anchor_link_color_banner; // link color (hover)
+
+$anchor_link_color_header = $header_font_color; // link color
+$anchor_visited_color_header = $anchor_link_color_header; // link color (visited)
+$anchor_hover_color_header = $anchor_link_color_header; // link color (hover)
+
+$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
+$calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals
+$row_even_color = "#ffffff"; // even rows in the day and week views
+$row_odd_color = "#f2f4f6"; // even rows in the day and week views
+$row_highlight_color = "#ffc0da"; // used for highlighting a row
+ // NOTE: this colour is also used in xbLib.js (in more than one place)and
+ // if you change it here you will also need to change it there.
+
+$help_highlight_color = "#ffe6f0"; // highlighting text on the help page #ffffbb
+
+// These are the colours used for distinguishing between the dfferent types of bookings in the main
+// displays in the day, week and month views
+$color_types = array(
+ 'A' => "#ffff99",
+ 'B' => "#99cccc",
+ 'C' => "#ffffcd",
+ 'D' => "#cde6e6",
+ 'E' => "#6dd9c4",
+ 'F' => "#82adad",
+ 'G' => "#ccffcc",
+ 'H' => "#d9d982",
+ 'I' => "#99cc66",
+ 'J' => "#e6ffe6");
+
+
+// ***** DIMENSIONS *******************
+$banner_border_width = '0'; // (px) border width for the outside of the banner
+$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
+$main_table_border_width = '0'; // (px) border width for the outside of the main day/week/month tables
+$main_table_cell_border_width = '1'; // (px) border width for the cells of the main day/week/month tables
+
+
+// ***** FONTS ************************
+$standard_font_family = 'Arial, Verdana, sans-serif';
+
+?>
diff --git a/web/mrbs-ie8.css b/web/mrbs-ie8.css
index 08e31ad4..decab32a 100644
--- a/web/mrbs-ie8.css
+++ b/web/mrbs-ie8.css
@@ -16,4 +16,4 @@
display: inline-block; /* to force the zoom to work */
-ms-zoom: 1; /* to force the filter to work */
-ms-filter: "alpha(opacity=50)"; /* keep the value in step with the main stylesheet */
-}
\ No newline at end of file
+}
diff --git a/web/mrbs-ielte6.css b/web/mrbs-ielte6.css
index 1aba2ca5..e1ff69f5 100644
--- a/web/mrbs-ielte6.css
+++ b/web/mrbs-ielte6.css
@@ -25,4 +25,4 @@ div.booking_list {overflow: visible} /* scrollbars don't work properly i
.form_general input.submit {display: inline} /* stops IE6 "double margin float bug" appearing */
/* ------------ TRAILER.INC ---------------------*/
-#trailer div.trailer_label {text-align: right} /* max-width does not work in IE6, so this keeps it looking OK */
\ No newline at end of file
+#trailer div.trailer_label {text-align: right} /* max-width does not work in IE6, so this keeps it looking OK */
diff --git a/web/mrbs-ielte7.css b/web/mrbs-ielte7.css
index ce9cb990..adf74970 100644
--- a/web/mrbs-ielte7.css
+++ b/web/mrbs-ielte7.css
@@ -10,4 +10,4 @@
#trailer span.hidden {
zoom: 1; /* to force the filter to work */
filter: alpha(opacity=50); /* keep the value in step with the main stylesheet */
-}
\ No newline at end of file
+}
diff --git a/web/site_faq_nl.html b/web/site_faq_nl.html
index 8d69834b..738ed975 100644
--- a/web/site_faq_nl.html
+++ b/web/site_faq_nl.html
@@ -195,4 +195,4 @@ Hoe werkt het en wie heeft het gemaakt?
Top
-
\ No newline at end of file
+