Skip to content

Commit

Permalink
Merge pull request #1519 from creocoder/chtml-comment-fix
Browse files Browse the repository at this point in the history
[ci skip] CHtml comment fix
  • Loading branch information
samdark committed Oct 2, 2012
2 parents ab2ed50 + 7e7aeea commit b1c26ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/web/helpers/CHtml.php
Expand Up @@ -75,12 +75,12 @@ class CHtml
* @see clientChange
*/
public static $liveEvents=true;
/*
/**
* @var boolean whether to close single tags. Defaults to true. Can be setted to false for HTML5.
* @since 1.1.13
*/
public static $closeSingleTags=true;
/*
/**
* @var boolean whether to render special attributes value. Defaults to true. Can be setted to false for HTML5.
* @since 1.1.13
*/
Expand Down

0 comments on commit b1c26ed

Please sign in to comment.