Completed
Push — feature/0.7.0 ( 362342...b421e8 )
by Ryuichi
02:56
created
WebStream/Core/CoreHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,8 @@
 block discarded – undo
95 95
     public function async($path, $id)
96 96
     {
97 97
         $safetyPath = str_replace('\\', '', $this->encodeJavaScript($path));
98
-        $url = "//" . $this->container->request->httpHost . $this->container->request->baseUri . $safetyPath;
98
+        $url = "//".$this->container->request->httpHost.$this->container->request->baseUri.$safetyPath;
99 99
 
100
-        return "<script type='text/javascript'>" . $this->asyncHelperCode($url, $id) . "</script>";
100
+        return "<script type='text/javascript'>".$this->asyncHelperCode($url, $id)."</script>";
101 101
     }
102 102
 }
Please login to merge, or discard this patch.