mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-05 07:44:05 +01:00
Method "CClientScript::registerMetaTag()" allows duplication of meta tags.
This commit is contained in:
@@ -654,7 +654,7 @@ class CClientScript extends CApplicationComponent
|
||||
if($httpEquiv!==null)
|
||||
$options['http-equiv']=$httpEquiv;
|
||||
$options['content']=$content;
|
||||
$this->metaTags[serialize($options)]=$options;
|
||||
$this->metaTags[]=$options;
|
||||
$params=func_get_args();
|
||||
$this->recordCachingAction('clientScript','registerMetaTag',$params);
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user