diff --git a/source/html/sparky/run.ceylon b/source/html/sparky/run.ceylon
index c5770b1..557379b 100644
--- a/source/html/sparky/run.ceylon
+++ b/source/html/sparky/run.ceylon
@@ -17,7 +17,7 @@ shared void run() {
else "World")
Html {
Head {
- title = "Hello World";
+ Title { "Hello World" }
},
Body {
P { "Hello ``name``!" }
@@ -25,4 +25,4 @@ shared void run() {
});
print("Starting server on http://localhost:1234/");
-}
\ No newline at end of file
+}