Skip to content

Commit c0f12c7

Browse files
committed
[Translation] Fix Lint (DOCtor-RST)
1 parent 11b2569 commit c0f12c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: translation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ of your main configuration file using either ``%...%`` or ``{...}`` syntax:
461461
<!-- ... -->
462462
<!-- when using the '%' wrapping characters, you must escape them -->
463463
<framework:global name="%%app_name%%">My application</framework:global>
464-
<framework:global name="{app_version}" value="1.2.3" />
464+
<framework:global name="{app_version}" value="1.2.3"/>
465465
<framework:global name="{url}" message="url" domain="global">
466466
<framework:parameter name="scheme">https://</framework:parameter>
467467
</framework:global>

0 commit comments

Comments
 (0)