We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39ec957 + f99d6c6 commit 7ddd9dcCopy full SHA for 7ddd9dc
templates/element/home/whats_new.php
@@ -12,7 +12,7 @@
12
<div class="mb50 mt50">
13
<h2><?= __("What's new in 5.1") ?></h2>
14
<p><?= __("The migration guide has a complete list of {0}. We recommend you give that page a read when upgrading. A few highlights from 5.1 are:",
15
- $this->Html->link(__("what's new in 5.1", 'https://book.cakephp.org/5/en/appendices/5-1-migration-guide.html'))
+ $this->Html->link(__("what's new in 5.1"), 'https://book.cakephp.org/5/en/appendices/5-1-migration-guide.html')
16
) ?>
17
</p>
18
<ul>
0 commit comments