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

Appearance settings

Commit dedb7ef

Browse filesBrowse files
committed
bug #40421 [FrameworkBundle] fix XSD (nicolas-grekas)
This PR was merged into the 5.2 branch. Discussion ---------- [FrameworkBundle] fix XSD | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - We use dashes everywhere for element's names. Commits ------- bedb982 [FrameworkBundle] fix XSD
2 parents ce8be3c + bedb982 commit dedb7ef
Copy full SHA for dedb7ef

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<xsd:element name="fallback" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
172172
<xsd:element name="path" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
173173
<xsd:element name="enabled-locale" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
174-
<xsd:element name="pseudo_localization" type="pseudo_localization" minOccurs="0" maxOccurs="1" />
174+
<xsd:element name="pseudo-localization" type="pseudo_localization" minOccurs="0" maxOccurs="1" />
175175
</xsd:sequence>
176176
<xsd:attribute name="enabled" type="xsd:boolean" />
177177
<xsd:attribute name="fallback" type="xsd:string" />
@@ -182,7 +182,7 @@
182182

183183
<xsd:complexType name="pseudo_localization">
184184
<xsd:sequence>
185-
<xsd:element name="localizable_html_attribute" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
185+
<xsd:element name="localizable-html-attribute" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
186186
</xsd:sequence>
187187
<xsd:attribute name="enabled" type="xsd:boolean" />
188188
<xsd:attribute name="accents" type="xsd:boolean" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.