Skip to content

Commit eff74e0

Browse files
committed
minor #7239 Fixed tag namespace in the example of xml configuration (a-ast)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #7239). Discussion ---------- Fixed tag namespace in the example of xml configuration Closing tag <acme_hello:foo> didn't match start tag. Commits ------- dca0de5 Fixed tag namespace in the example of xml configuration
2 parents 633aa2d + dca0de5 commit eff74e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The XML version of the config would then look like this:
204204
xsi:schemaLocation="http://www.example.com/symfony/schema/ http://www.example.com/symfony/schema/hello-1.0.xsd">
205205
206206
<acme_demo:config>
207-
<acme_demo:foo>fooValue</acme_hello:foo>
207+
<acme_demo:foo>fooValue</acme_demo:foo>
208208
<acme_demo:bar>barValue</acme_demo:bar>
209209
</acme_demo:config>
210210
</container>

0 commit comments

Comments
 (0)