diff --git a/Base/home/anon/www/demo.html b/Base/home/anon/www/demo.html
index 7c4c33b7e5..8dce42375b 100644
--- a/Base/home/anon/www/demo.html
+++ b/Base/home/anon/www/demo.html
@@ -1,4 +1,4 @@
-
+
Canvas, timer, random and event demo
diff --git a/Base/home/anon/www/dom.html b/Base/home/anon/www/dom.html
index 05fab7cbb9..9425b10c8b 100644
--- a/Base/home/anon/www/dom.html
+++ b/Base/home/anon/www/dom.html
@@ -1,4 +1,4 @@
-
+
diff --git a/Base/home/anon/www/form.html b/Base/home/anon/www/form.html
index 3df9bed419..8ca4c379bf 100644
--- a/Base/home/anon/www/form.html
+++ b/Base/home/anon/www/form.html
@@ -1,4 +1,4 @@
-
+
Form
diff --git a/Base/home/anon/www/innerHTML.html b/Base/home/anon/www/innerHTML.html
index 9bd382d497..66832a03e5 100644
--- a/Base/home/anon/www/innerHTML.html
+++ b/Base/home/anon/www/innerHTML.html
@@ -1,4 +1,4 @@
-
+
diff --git a/Base/www/index.html b/Base/www/index.html
index de0f06a9f3..b4675afac0 100644
--- a/Base/www/index.html
+++ b/Base/www/index.html
@@ -1,4 +1,4 @@
-
+
WebServer start page!
diff --git a/Base/www/other.html b/Base/www/other.html
index c508ccefc1..b0c5dcb34b 100644
--- a/Base/www/other.html
+++ b/Base/www/other.html
@@ -1,4 +1,4 @@
-
+
WebServer other page!
diff --git a/Libraries/LibWeb/Dump.cpp b/Libraries/LibWeb/Dump.cpp
index 2d85c02a2e..781d5f48eb 100644
--- a/Libraries/LibWeb/Dump.cpp
+++ b/Libraries/LibWeb/Dump.cpp
@@ -57,7 +57,7 @@ void dump_tree(const Node& node)
} else if (is(node)) {
dbgprintf("\"%s\"\n", static_cast(node).data().characters());
} else if (is(node)) {
- dbgprintf("\n");
+ dbgprintf("\n");
} else if (is(node)) {
dbgprintf("\n", to(node).data().characters());
} else if (is(node)) {