mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Simplify inline script code
Simplify inline script code (removed extra space)
This commit is contained in:
@ -22,7 +22,7 @@ use yii\helpers\Json;
|
||||
window.location = url;
|
||||
}
|
||||
}
|
||||
popupWindowRedirect(<?= Json::encode($url) ?>, <?= Json::encode($enforceRedirect) ?>);
|
||||
popupWindowRedirect(<?= Json::encode($url) ?>, <?= Json::encode($enforceRedirect) ?>);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user