summaryrefslogtreecommitdiff
path: root/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html')
-rw-r--r--contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
index acadf615..3603fe07 100644
--- a/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
+++ b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
@@ -1,4 +1,4 @@
-@(title: String)
+@this(title: String)
<html>
<body>
<h1>@title</h1>