Skip to content

Commit a96b2ea

Browse files
committed
Tweak per @wouterj in sha: 1d2aefa
1 parent 1d2aefa commit a96b2ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/routing/hostname_pattern.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ You can also match on the HTTP *hostname* of the incoming request.
2828
2929
<routes xmlns="http://symfony.com/schema/routing"
3030
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31-
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
31+
xsi:schemaLocation="http://symfony.com/schema/routing
32+
http://symfony.com/schema/routing/routing-1.0.xsd"
33+
>
3234
3335
<route id="mobile_homepage" pattern="/" hostname-pattern="m.example.com">
3436
<default key="_controller">AcmeDemoBundle:Main:mobileHomepage</default>

0 commit comments

Comments
 (0)