Skip to content

Commit 94998bb

Browse files
committed
minor #20872 [Translation] Fix Lint (DOCtor-RST) (Jean-Beru)
This PR was merged into the 7.3 branch. Discussion ---------- [Translation] Fix Lint (DOCtor-RST) Fix failing lint CI job. Ex: * https://github.com/symfony/symfony-docs/actions/runs/14338336372/job/40191105557?pr=20871 * https://github.com/symfony/symfony-docs/actions/runs/14332281457/job/40170837613?pr=20869 * https://github.com/symfony/symfony-docs/actions/runs/14332158124/job/40170456956 ![image](https://github.com/user-attachments/assets/a878df7f-0946-4518-b57d-22a46734054a) Commits ------- c0f12c7 [Translation] Fix Lint (DOCtor-RST)
2 parents 11b2569 + c0f12c7 commit 94998bb

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)