var s = "JavaScript syntax highlighting";
diff --git a/docs/examples/styles/default/index.html b/docs/examples/styles/default/index.html
index 5d3de8a..076f727 100644
--- a/docs/examples/styles/default/index.html
+++ b/docs/examples/styles/default/index.html
@@ -19,7 +19,7 @@ default.css
This is an example page to demonstrate the different styles.
-Here is a code box:
+
Here is a code box:
import math
def test(n):
@@ -29,7 +29,7 @@ default.css
return math.sqrt(n)
except ValueError:
print("Does not compute!")
-
+