Skip to content

Commit 935cd95

Browse files
committed
Merge branch '6.0' into 6.1
2 parents e6818ad + b9e31c2 commit 935cd95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/view/template-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In some situations, `{assign}` is not sufficient to assign values to variables i
9494
Instead, `{capture}` can be used:
9595

9696
```smarty
97-
{capture var=templateVariable}
97+
{capture assign=templateVariable}
9898
{if $foo}
9999
<p>{$bar}</p>
100100
{else}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Markdown==3.8.2
22
mike==2.1.3
33
mkdocs-git-revision-date-plugin==0.3.2
44
mkdocs-macros-plugin==1.3.7
5-
mkdocs-material==9.6.14
5+
mkdocs-material==9.6.15
66
mkdocs==1.6.1
77
setuptools==80.9.0

0 commit comments

Comments
 (0)