You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/manual/releases/release1.0.x/releasenotes-1.0.1.textile
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Now all dynamic expressions are escaped by the template engine to avoid XSS secu
12
12
13
13
bc. ${title} --> <h1>Title</h1>
14
14
15
-
If you really want to display it in an unescaped way, you need to explicitely call the @raw()@ method:
15
+
If you really want to display it in an unescaped way, you need to explicitly call the @raw()@ method:
16
16
17
17
bc. ${title.raw()} --> <h1>Title</h1>
18
18
@@ -119,7 +119,7 @@ bc. public class User {
119
119
120
120
h2. <a>Test runner update</a>
121
121
122
-
We’ve updated Selenium to the 1.0.1 final version and improved the UI. Selenium tests now run in fullscreen. And some new functionality like the "Run all tests" have been added.
122
+
We’ve updated Selenium to the 1.0.1 final version and improved the UI. Selenium tests now run in full screen. And some new functionality like the "Run all tests" have been added.
Of course as this feature can break existing applications it is not enabled by default. You can enable it by adding the followin line to your **application.conf** file:
74
+
Of course as this feature can break existing applications it is not enabled by default. You can enable it by adding the following line to your **application.conf** file:
75
75
76
76
bc. future.bindJPAObjects=true
77
77
@@ -119,7 +119,7 @@ bc. public class User {
119
119
120
120
h2. <a>Test runner update</a>
121
121
122
-
We've updated selenium to the 1.0.1 final version and improved the UI. Selenium tests now run in fullscreen. And some new functionalities like the "Run all tests" have been added.
122
+
We've updated selenium to the 1.0.1 final version and improved the UI. Selenium tests now run in full screen. And some new functionalities like the "Run all tests" have been added.
0 commit comments