diff --git a/CWOD-Hunter/README.md b/CWOD-Hunter/README.md
index ebfbe40a0f..61ca0bef2e 100644
--- a/CWOD-Hunter/README.md
+++ b/CWOD-Hunter/README.md
@@ -1,4 +1,4 @@
-Character sheet for Hunter: The Reckoning, by White Wolf Publishing.
-
-A big thanks goes out to Matt Zaldivar, Brian Shields and Benjamin Bandelow.
+Character sheet for Hunter: The Reckoning, by White Wolf Publishing.
+
+A big thanks goes out to Matt Zaldivar, Brian Shields and Benjamin Bandelow.
I used the exalted sheet and vampire sheet they made as a starting point and as such much, maybe most, of this code it theirs.
\ No newline at end of file
diff --git a/CWOD-Hunter/sheet.json b/CWOD-Hunter/sheet.json
index 17cb5e5034..c1f3477de7 100644
--- a/CWOD-Hunter/sheet.json
+++ b/CWOD-Hunter/sheet.json
@@ -1,8 +1,8 @@
-{
- "html": "Hunter.html",
- "css": "Hunter.css",
- "authors": "Viviane Silva, Fernando Netto, and some coding by Matt Zaldivar, Brian Shields and Benjamin Bandelow, for their Exalted sheet nad Vampire Sheet.",
- "roll20userid": "1335803",
- "preview": "Hunter.png",
- "instructions": "# Hunter: The Reckoning Character Sheet\r For use in the classic World of Darkness. Designed to function much like an actual paper sheet would. With the most notable exception being that you can roll Willpower directy from the sheet. Also, The Dice Pool section in the center at the bottom allow one to select an Attribute and/or Ability to roll; The Other Traits may also be seleceted in the Ability drop down. The check to the left of each die pool selection indicates that the roll has a specialty (i.e. dice will explode) All rolls from the sheet are of the from {Xd10}>Df1 or {Xd10!}>Df1 if special, where X is the number of dice and D is the difficulty. NOTE: These roll do not recognize botches. Further, the rolls will prompt the user to modify the number of dice rolled and set the difficulty. The defaults for these are 0 and 6 respectively. In the 'Edges', you put in the textbox, the name, creed and trigger of each edge, and in Virtues you just enter the number of dots you have in 'Score', and the amount you spent in 'Spent'."
-}
+{
+ "html": "Hunter.html",
+ "css": "Hunter.css",
+ "authors": "Viviane Silva, Fernando Netto, and some coding by Matt Zaldivar, Brian Shields and Benjamin Bandelow, for their Exalted sheet nad Vampire Sheet.",
+ "roll20userid": "1335803",
+ "preview": "Hunter.png",
+ "instructions": "# Hunter: The Reckoning Character Sheet\r For use in the classic World of Darkness. Designed to function much like an actual paper sheet would. With the most notable exception being that you can roll Willpower directy from the sheet. Also, The Dice Pool section in the center at the bottom allow one to select an Attribute and/or Ability to roll; The Other Traits may also be seleceted in the Ability drop down. The check to the left of each die pool selection indicates that the roll has a specialty (i.e. dice will explode) All rolls from the sheet are of the from {Xd10}>Df1 or {Xd10!}>Df1 if special, where X is the number of dice and D is the difficulty. NOTE: These roll do not recognize botches. Further, the rolls will prompt the user to modify the number of dice rolled and set the difficulty. The defaults for these are 0 and 6 respectively. In the 'Edges', you put in the textbox, the name, creed and trigger of each edge, and in Virtues you just enter the number of dots you have in 'Score', and the amount you spent in 'Spent'."
+}
diff --git a/Path of Paper/path_of_paper.css b/Path of Paper/path_of_paper.css
index dfbf603609..645a6b147a 100644
--- a/Path of Paper/path_of_paper.css
+++ b/Path of Paper/path_of_paper.css
@@ -1,108 +1,108 @@
-
-.charsheet label {
- display: inline-block;
- width: 75px;
- text-align: right;
-}
-
-.charsheet input {
- background-color: transparent;
- border-style: solid;
- border-color: black;
- border-width: 0px 0px 2px 0px;
-}
-
-.charsheet input.sheet-inputbox {
- background-color: transparent;
- border-style: solid;
- border-color: black;
- border-width: 1px 1px 1px 1px;
-}
-
-.even {
- border: 1px solid black;
- background-color: #AAA;
-}
-
-.odd {
- border: 1px solid black;
- background-color: #DDD;
-}
-
-fieldset {
- display: none;
-}
-
-.sheet-colorred {
- display: inline-block;
- text-align: center;
-}
-.sheet_barbarianlink:hover + div{
- overflow: auto;
- height: auto;
- display: block;
- background-color: gray;
- position: absolute;
- text-align: left;
-}
-
-.sheet_barbarianshowhide {
- overflow: hidden;
- height: 0px;
- ddisplay: none;
-}
-
-.sheet-col strong.sheet-dee {
- font-size: 1.4em;
- font-weight: bold;
- padding-right: 4px;
-}
-
-.charsheet input.sheet-short {
- width: 3.5em;
-}
-
-.charsheet table td.sheet-skillsbox {
- font-size: 0.60em;
- text-align: left;
-}
-
-.charsheet {
- background-color: white;
- background-image: none;
-}
-
-.charsheet table th {
- font-size: 0.8em;
- text-align: center;
-}
-
-.charsheet table td.sheet-statlabel-big-gray {
- background-color: gray;
- color: white;
- font-size: 0.9em;
- text-align: center;
-}
-
-.charsheet table td.sheet-statlabel-big {
- background-color: black;
- color: white;
- font-size: 0.9em;
- text-align: center;
-}
-.charsheet table td.sheet-statlabel {
- background-color: black;
- color: white;
- font-size: 0.7em;
- text-align: center;
-}
-
-.charsheet table td {
- font-weight: bold;
- text-align: center;
-}
-
-select.sheet-dtype {
- width: 60px;
- vertical-align: top;
+
+.charsheet label {
+ display: inline-block;
+ width: 75px;
+ text-align: right;
+}
+
+.charsheet input {
+ background-color: transparent;
+ border-style: solid;
+ border-color: black;
+ border-width: 0px 0px 2px 0px;
+}
+
+.charsheet input.sheet-inputbox {
+ background-color: transparent;
+ border-style: solid;
+ border-color: black;
+ border-width: 1px 1px 1px 1px;
+}
+
+.even {
+ border: 1px solid black;
+ background-color: #AAA;
+}
+
+.odd {
+ border: 1px solid black;
+ background-color: #DDD;
+}
+
+fieldset {
+ display: none;
+}
+
+.sheet-colorred {
+ display: inline-block;
+ text-align: center;
+}
+.sheet_barbarianlink:hover + div{
+ overflow: auto;
+ height: auto;
+ display: block;
+ background-color: gray;
+ position: absolute;
+ text-align: left;
+}
+
+.sheet_barbarianshowhide {
+ overflow: hidden;
+ height: 0px;
+ ddisplay: none;
+}
+
+.sheet-col strong.sheet-dee {
+ font-size: 1.4em;
+ font-weight: bold;
+ padding-right: 4px;
+}
+
+.charsheet input.sheet-short {
+ width: 3.5em;
+}
+
+.charsheet table td.sheet-skillsbox {
+ font-size: 0.60em;
+ text-align: left;
+}
+
+.charsheet {
+ background-color: white;
+ background-image: none;
+}
+
+.charsheet table th {
+ font-size: 0.8em;
+ text-align: center;
+}
+
+.charsheet table td.sheet-statlabel-big-gray {
+ background-color: gray;
+ color: white;
+ font-size: 0.9em;
+ text-align: center;
+}
+
+.charsheet table td.sheet-statlabel-big {
+ background-color: black;
+ color: white;
+ font-size: 0.9em;
+ text-align: center;
+}
+.charsheet table td.sheet-statlabel {
+ background-color: black;
+ color: white;
+ font-size: 0.7em;
+ text-align: center;
+}
+
+.charsheet table td {
+ font-weight: bold;
+ text-align: center;
+}
+
+select.sheet-dtype {
+ width: 60px;
+ vertical-align: top;
}
\ No newline at end of file
diff --git a/Path of Paper/path_of_paper.html b/Path of Paper/path_of_paper.html
index e1e9296c0d..4eea72e005 100644
--- a/Path of Paper/path_of_paper.html
+++ b/Path of Paper/path_of_paper.html
@@ -1,346 +1,346 @@
-
-
\ No newline at end of file
diff --git a/Star Wars Revised RPG/sheet.json b/Star Wars Revised RPG/sheet.json
index 1a5e42a587..aea8d6da21 100644
--- a/Star Wars Revised RPG/sheet.json
+++ b/Star Wars Revised RPG/sheet.json
@@ -1,8 +1,8 @@
-{
- "html": "SWRRPG.html",
- "css": "SWRRPG.css",
- "authors": "trae chappell",
- "roll20userid": "826322",
- "preview": "SWRRPGscreenshot.png",
- "instructions": "You will need to fill each section for the totals to work correctly, even with zeros. When entering damage for your weapon please enter in standard roll format"
+{
+ "html": "SWRRPG.html",
+ "css": "SWRRPG.css",
+ "authors": "trae chappell",
+ "roll20userid": "826322",
+ "preview": "SWRRPGscreenshot.png",
+ "instructions": "You will need to fill each section for the totals to work correctly, even with zeros. When entering damage for your weapon please enter in standard roll format"
}
\ No newline at end of file