Skip to content

Commit 4dae531

Browse files
[FrameworkBundle] fix XSD
1 parent 7fa4a92 commit 4dae531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines 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)