8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b2569 commit c0f12c7Copy full SHA for c0f12c7
translation.rst
@@ -461,7 +461,7 @@ of your main configuration file using either ``%...%`` or ``{...}`` syntax:
461
<!-- ... -->
462
<!-- when using the '%' wrapping characters, you must escape them -->
463
<framework:global name="%%app_name%%">My application</framework:global>
464
- <framework:global name="{app_version}" value="1.2.3" />
+ <framework:global name="{app_version}" value="1.2.3"/>
465
<framework:global name="{url}" message="url" domain="global">
466
<framework:parameter name="scheme">https://</framework:parameter>
467
</framework:global>
0 commit comments