From ed4760018fe8a60ab89e4bab58fde04faa4ccd0e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 27 Nov 2008 10:13:29 +0000 Subject: Minor fix: improve import from Netscape files (now takes description into account) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@177 b3834d28-1941-0410-a4f8-b48e95affb8f --- services/bookmark2tagservice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/bookmark2tagservice.php') diff --git a/services/bookmark2tagservice.php b/services/bookmark2tagservice.php index 26a05c1..347df9c 100644 --- a/services/bookmark2tagservice.php +++ b/services/bookmark2tagservice.php @@ -42,7 +42,7 @@ class Bookmark2TagService { } //clean tags from strange characters - $tags = str_replace(array('"', '\''), "_", $tags); + $tags = str_replace(array('"', '\'', '/'), "_", $tags); $tags_count = is_array($tags)?count($tags):0; -- cgit v1.2.3