diff --git a/Base/home/anon/www/demo.html b/Base/home/anon/www/demo.html index 7c4c33b7e5f..8dce42375bd 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 05fab7cbb91..9425b10c8b8 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 3df9bed4199..8ca4c379bff 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 9bd382d4977..66832a03e5d 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 de0f06a9f3e..b4675afac08 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 c508ccefc1a..b0c5dcb34ba 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 2d85c02a2e9..781d5f48eb9 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)) {