Skip to content

Commit 0694949

Browse files
author
Dale Sikkema
committed
Merge remote-tracking branch 'origin/MAGETWO-37855' into develop
2 parents d10a4c9 + de6a51d commit 0694949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/etc/routes.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</xs:documentation>
9393
</xs:annotation>
9494
<xs:restriction base="xs:string">
95-
<xs:pattern value="[A-Za-z0-9\-_]{3,}" />
95+
<xs:pattern value="[A-Za-z0-9_]{3,}" />
9696
</xs:restriction>
9797
</xs:simpleType>
9898

lib/internal/Magento/Framework/App/etc/routes_merged.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</xs:documentation>
9393
</xs:annotation>
9494
<xs:restriction base="xs:string">
95-
<xs:pattern value="[A-Za-z0-9\-_]{3,}" />
95+
<xs:pattern value="[A-Za-z0-9_]{3,}" />
9696
</xs:restriction>
9797
</xs:simpleType>
9898

0 commit comments

Comments
 (0)