diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 58b3d74d3..c0b53bdc1 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1487,6 +1487,7 @@ function import_directory_keywords($hash,$keywords) { $clean = array(); foreach($keywords as $kw) { $kw = trim(htmlentities($kw,ENT_COMPAT,'UTF-8',false)); + $kw = trim($kw,','); $clean[] = $kw; } |