Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit ea39ab7

Browse files
committed
Merge branch 'hotfix/94' into develop
Forward port #94
2 parents a839622 + bc56627 commit ea39ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/helpers/url.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ news entry. For this task, the optional parameters `action` and `id` need to
5959
have values assigned. This is how you do that:
6060

6161
```php
62-
<a href="<?= $this->url('news', ['action' => 'details', 'id' =>42]); ?>">
62+
<a href="<?= $this->url('news', ['action' => 'details', 'id' => 42]); ?>">
6363
Details of News #42
6464
</a>
6565
```
@@ -112,7 +112,7 @@ $url = $this->url(
112112
[
113113
'query' => [
114114
'page' => 13,
115-
].
115+
],
116116
]
117117
);
118118
?>

0 commit comments

Comments
 (0)