wesmiler 6 tahun lalu
induk
melakukan
9c4a3979e5
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      vendor/thinkcmf/cmf/src/common.php

+ 2 - 2
vendor/thinkcmf/cmf/src/common.php

@@ -2551,7 +2551,7 @@ function jsonParse($data){
 function makeRandomUid(){
     $v8js = new V8Js();
    $jsStr = <<< ETO
-   <script>
+   \<script\>
    function r() {
         function t() {
             return n ? 15 & n[e++] : 16 * Math.random() | 0
@@ -2566,7 +2566,7 @@ function makeRandomUid(){
         return a
     }
     r();
-   </script>
+   \<\/script\>
 ETO;
     /*$jsStr = <<< ETO
    function r() {