]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Syntax fixes
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Mar 2017 01:12:00 +0000 (22:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Mar 2017 01:12:00 +0000 (22:12 -0300)
data/templates/default/bookmarks.tpl.php

index a0ef56e05fc2010b4245411d686e4bf1c10d3ace..9b056508c3731a0111ee0e96baf425fa6bbb66e3 100644 (file)
@@ -368,7 +368,7 @@ if ($currenttag!= '') {
 
         if ($retcode != 404) {
           if (!file_exists($cacheInfo .'/'. $assetHash)) {
-            mkdir($cacheInfo .'/' $assetHash);
+            mkdir($cacheInfo .'/'. $assetHash);
           }
 
           touch($cacheInfo .'/'. $assetHash .'/hascache');
@@ -397,7 +397,7 @@ if ($currenttag!= '') {
             $retcode = curl_getinfo($fp, CURLINFO_HTTP_CODE);
 
             if ($retcode != 404) {
-              touch($cacheInfo .'/' $assetHash .'/haspng');
+              touch($cacheInfo .'/'. $assetHash .'/haspng');
               $cacheLink .= " | <a href=\"$assetPng\">PNG</a>";
             }