Skip to content

Commit c7279c1

Browse files
minor symfony#60004 [HttpKernel] Add target="_blank" to the doc link on the default page (Fan2Shrek)
This PR was merged into the 7.3 branch. Discussion ---------- [HttpKernel] Add `target="_blank"` to the doc link on the default page | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | no | License | MIT The link for `debug-mode` opens in a new tab, but the link for `page-creation` does not. Let's make both open in new tabs. Commits ------- 55b53fc Open doc in new page in default page
2 parents 0461860 + 55b53fc commit c7279c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Resources/welcome.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<strong>Next Step</strong>
266266
<?php echo $renderNextStepIconSvg; ?>
267267
<span>
268-
<a href="https://symfony.com/doc/<?php echo $docVersion; ?>/page_creation.html">Create your first page</a>
268+
<a target="_blank" href="https://symfony.com/doc/<?php echo $docVersion; ?>/page_creation.html">Create your first page</a>
269269
to replace this placeholder page.
270270
</span>
271271
</p>

0 commit comments

Comments
 (0)