Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jan 25, 2017
1 parent d2c8130 commit 8c23844
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/View/Helper/HtmlHelper.php
Expand Up @@ -195,9 +195,9 @@ public function docType($type = 'html5')
*
* Create a meta tag that is output inline:
*
* ```
* ```
* $this->Html->meta('icon', 'favicon.ico');
* ```
* ```
*
* Append the meta tag to custom view block "meta":
*
Expand Down Expand Up @@ -1103,9 +1103,9 @@ public function para($class, $text, array $options = [])
*
* Outputs:
*
* ```
* ```
* <video src="http://www.somehost.com/files/audio.mp3">Fallback text</video>
* ```
* ```
*
* Using a video file:
*
Expand All @@ -1115,9 +1115,9 @@ public function para($class, $text, array $options = [])
*
* Outputs:
*
* ```
* ```
* <video src="/files/video.mp4">Fallback text</video>
* ```
* ```
*
* Using multiple video files:
*
Expand Down

0 comments on commit 8c23844

Please sign in to comment.