Skip to content

Commit

Permalink
Merge pull request #99 from froschdesign/hotfix/docs/missing-end-for-…
Browse files Browse the repository at this point in the history
…code-example

Adds missing backticks for code example in documentation of country code data list
  • Loading branch information
gsteel committed Mar 31, 2023
2 parents fc13d13 + d9c2ff0 commit 075bec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/book/view-helpers/country-code-data-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ For example:
```php
$formElement = new Laminas\Form\Element\Text('country');
$formElement->setAttribute('list', 'country-codes');
```

## Restricting the List of Available Countries

Expand Down

0 comments on commit 075bec4

Please sign in to comment.