Skip to content

Commit

Permalink
added code hightlight
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Dec 1, 2014
1 parent 9332a89 commit c6c2e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/tutorial-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ in all environments and verify that the version of the ICU library compiled with

To find out which version of ICU is used by PHP you can run the following script, which will give you the PHP and ICU version used.

```
```php
<?php
echo "PHP: " . PHP_VERSION . "\n";
echo "ICU: " . INTL_ICU_VERSION . "\n";
Expand Down

0 comments on commit c6c2e80

Please sign in to comment.