]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/NetscapeBookmarkUtils.php
Fix NetscapeImport merge
[github/shaarli/Shaarli.git] / application / NetscapeBookmarkUtils.php
index e7148d005776c7c41df62e72e5cba237a6a6f753..ae2ae3ecd7e87f4abc9226dca7e123992f0d35cd 100644 (file)
@@ -140,7 +140,7 @@ class NetscapeBookmarkUtils
             } else if ($post['privacy'] == 'public') {
                 // all imported links are public
                 $private = 0;
-            }                
+            }
 
             $newLink = array(
                 'title' => $bkm['title'],