mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-12 02:56:55 +01:00
fix indentation
This commit is contained in:
@@ -28,7 +28,7 @@ class CJavaScript
|
||||
public static function quote($js,$forUrl=false)
|
||||
{
|
||||
$js = (string)$js;
|
||||
|
||||
|
||||
Yii::import('system.vendors.zend-escaper.Escaper');
|
||||
$escaper=new Escaper(Yii::app()->charset);
|
||||
if($forUrl)
|
||||
|
||||
Reference in New Issue
Block a user