fix incorrect quote characters used in a code example (#7035)

This commit is contained in:
Maurycy Zarzycki 2022-11-19 23:23:36 +01:00 committed by GitHub
parent 79ec96cb59
commit 994c5a2970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The default representation of dates is a compact string such as `202110021538020
The display format for this string can be controlled with a template. For example, transcluding the `modified` field automatically applies a template to display the date as `Sat Oct 02 2021 17:40:50 GMT+0200 (Central European Summer Time)`. A few widgets and filter operators allow you to manually specify a template, for example the ViewWidget:
`<$view field=modified format=date template=“DDth mmm YYYY 0hh:0mm:0ss” />`
`<$view field=modified format=date template="DDth mmm YYYY 0hh:0mm:0ss" />`
The date string is processed with the following substitutions: