Skip to content

Commit

Permalink
Fixing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 17, 2009
1 parent a46ebc9 commit f1c9b33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cake/libs/view/helpers/html.php
Expand Up @@ -550,7 +550,7 @@ function scriptEnd() {
* Builds CSS style data from an array of CSS properties
*
* @param array $data Style data array
* @param boolean $online Whether or not the style block should be displayed on one line.
* @param boolean $oneline Whether or not the style block should be displayed on one line.
* @return string CSS styling data
* @access public
*/
Expand Down Expand Up @@ -747,7 +747,7 @@ function tag($name, $text = null, $options = array()) {
* @param string $class CSS class name of the div element.
* @param string $text String content that will appear inside the div element.
* If null, only a start tag will be printed
* @param array $attributes Additional HTML attributes of the DIV tag
* @param array $options Additional HTML attributes of the DIV tag
* @return string The formatted DIV element
* @access public
*/
Expand All @@ -767,7 +767,7 @@ function div($class = null, $text = null, $options = array()) {
*
* @param string $class CSS class name of the p element.
* @param string $text String content that will appear inside the p element.
* @param array $attributes Additional HTML attributes of the P tag
* @param array $options Additional HTML attributes of the P tag
* @return string The formatted P element
* @access public
*/
Expand Down

0 comments on commit f1c9b33

Please sign in to comment.