diff --git a/app/src/main/assets/credits.html b/app/src/main/assets/credits.html
index 9414be3b4..840b82282 100644
--- a/app/src/main/assets/credits.html
+++ b/app/src/main/assets/credits.html
@@ -1,5 +1,6 @@
+
@@ -7,39 +8,34 @@
body {
font-family: sans-serif;
}
+
pre {
background-color: rgba(0, 0, 0, 0);
padding: 1em;
white-space: pre-wrap;
}
-
-
-
-
-
-
-
-
+
Contributors
-Emmanuel Engelhart kelson@kiwix.org
-Renaud Gaudin reg@kiwix.org
-Christian Pühringer cip@gmx.at
-Fabien Coullon fcoulon@linterweb.com
-Guillaume Duhamel gduhamel@linterweb.com
-Wilfredo Rodriguez wilfredor@kiwix.org
-Jorge Gonzalez jag2kn@gmail.com
-Richzendy richzendy@fedoraproject.org
-Ayoub Dardory ayoubuto@gmail.com
-Rashiq Ahmad rashiq.z@gmail.com
-Isaac Hutt mhutti1@gmail.com
-Elad Keyshawn elad.keyshawn@gmail.com
-Julian Harty julianharty@gmail.com
-Joseph E. Reeve joseph.reeve@googlemail.com
-Translatewiki community
+Abdul Wadood
+Adeel Zafar
+Aditya Sood
+Ayoub Dardory
+Christian Pühringer
+Elad Keyshawn
+Emmanuel Engelhart
+Isaac Hutt
+Joseph E. Reeve
+Julian Harty
+Rashiq Ahmad
+Renaud Gaudin
+Seán Mac Gillicuddy
+Siddharth Sharma
+Souradip Mookerjee
+Translatewiki community
Licenses
@@ -122,8 +118,7 @@ Translatewiki community
along with this program. If not, see https://www.gnu.org/licenses.
-
- The Unlicense
+The Unlicense
-
@@ -160,4 +155,5 @@ For more information, please refer to http://unlicense.org/
+
diff --git a/app/src/main/assets/js/styleContent.js b/app/src/main/assets/js/styleContent.js
index c0dbf65bc..406f5c832 100644
--- a/app/src/main/assets/js/styleContent.js
+++ b/app/src/main/assets/js/styleContent.js
@@ -1,4 +1,5 @@
window.onload = documentStyle;
+
function documentStyle() {
- document.getElementsByClassName("content")[0].style["color"]="white";
+ document.getElementsByClassName("content")[0].style["color"] = "white";
}