Skip to content

Commit 7543bb3

Browse files
committed
Merge commit 'refs/pull/6283/head' of https://github.com/magento/magento2 into MAGETWO-58367
2 parents 9d0c8f9 + 1a5ad5b commit 7543bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Layout/etc/elements.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
<xs:simpleType name="elementNameType">
142142
<xs:restriction base="xs:string">
143-
<xs:pattern value="[a-zA-Z][a-zA-Z\d\-_\.]*"/>
143+
<xs:pattern value="[a-zA-Z0-9][a-zA-Z\d\-_\.]*"/>
144144
</xs:restriction>
145145
</xs:simpleType>
146146

0 commit comments

Comments
 (0)