diff --git a/doc/book/zend.view.helpers.advanced-usage.md b/doc/book/zend.view.helpers.advanced-usage.md index 83eca33a..f3843b72 100644 --- a/doc/book/zend.view.helpers.advanced-usage.md +++ b/doc/book/zend.view.helpers.advanced-usage.md @@ -146,7 +146,7 @@ echo $this->specialPurpose(); The output would look something like this: -```php +```html I have seen 'The Jerk' 1 time(s). I have seen 'The Jerk' 2 time(s). I have seen 'The Jerk' 3 time(s). diff --git a/doc/book/zend.view.helpers.cycle.md b/doc/book/zend.view.helpers.cycle.md index afaaa461..f7cb2528 100644 --- a/doc/book/zend.view.helpers.cycle.md +++ b/doc/book/zend.view.helpers.cycle.md @@ -21,7 +21,7 @@ To add elements to cycle just specify them in constructor: The output: -```php +```html @@ -48,7 +48,7 @@ Or use `assign(array $data)` method and moving in backwards order: The output: -```php +```html
First
diff --git a/doc/book/zend.view.helpers.flash-messenger.md b/doc/book/zend.view.helpers.flash-messenger.md index 261df455..8ceacd2a 100644 --- a/doc/book/zend.view.helpers.flash-messenger.md +++ b/doc/book/zend.view.helpers.flash-messenger.md @@ -41,7 +41,7 @@ echo $this->flashMessenger()->render('error', array('alert', 'alert-danger')); The output of this example, using the default `HTML` rendering settings, would look like this: -```php +```html
First