Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56b6b25

Browse files
committed
[#2866] Minor fixes thanks to@stof and@wouterj
1 parent59e8411 commit56b6b25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎book/doctrine.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ information. By convention, this information is usually configured in an
9494
dbname="%database_name%"
9595
user="%database_user%"
9696
password="%database_password%"
97-
>
97+
/>
9898
</doctrine:config>
9999
100100
</container>

‎book/forms.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ object.
318318
..code-block::xml
319319
320320
<!-- Acme/TaskBundle/Resources/config/validation.xml-->
321-
<?xml version="1.0"charset="UTF-8"?>
321+
<?xml version="1.0"encoding="UTF-8"?>
322322
<constraint-mappingxmlns="http://symfony.com/schema/dic/constraint-mapping"
323323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
324324
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping

‎book/http_cache.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ listener that must be enabled in your configuration:
969969
<?xml version="1.0" encoding="UTF-8" ?>
970970
<containerxmlns="http://symfony.com/schema/dic/services"
971971
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
972-
xmlns:doctrine="http://symfony.com/schema/dic/doctrine"
972+
xmlns:doctrine="http://symfony.com/schema/dic/framework"
973973
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
974974
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
975975

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp