mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 23:34:05 +01:00
Added CHtml::refresh().
This commit is contained in:
@@ -451,11 +451,11 @@ class CClientScript extends CApplicationComponent
|
||||
public function registerMetaTag($content,$name=null,$httpEquiv=null,$options=array())
|
||||
{
|
||||
$this->_hasScripts=true;
|
||||
$options['content']=$content;
|
||||
if($name!==null)
|
||||
$options['name']=$name;
|
||||
if($httpEquiv!==null)
|
||||
$options['http-equiv']=$httpEquiv;
|
||||
$options['content']=$content;
|
||||
$this->_metas[serialize($options)]=$options;
|
||||
$params=func_get_args();
|
||||
$this->recordCachingAction('clientScript','registerMetaTag',$params);
|
||||
|
||||
Reference in New Issue
Block a user