Skip to content

Commit c90f1c3

Browse files
authored
Fix wrong assignment (#1549)
Assign "PAGE" instead of "10" here.
1 parent a7a2566 commit c90f1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Guide/Page/_fluid-template.typoscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
page = 10
1+
page = PAGE
22
page {
33
10 = PAGEVIEW
44
10 {

0 commit comments

Comments
 (0)