diff --git a/services/tagservice.php b/services/tagservice.php index 504d13f..ac30061 100644 --- a/services/tagservice.php +++ b/services/tagservice.php @@ -80,6 +80,15 @@ class TagService { function normalize($tags) { //clean tags from strange characters $tags = str_replace(array('"', '\'', '/'), "_", $tags); + + //normalize + if(!is_array($tags)) { + $tags = strtolower(trim($tags)); + } else { + for($i=0; $i 0) { ?> diff --git a/templates/top.inc.php b/templates/top.inc.php index b886e76..e149c34 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -23,12 +23,12 @@ if(isset($rsschannels)) { src="jsScuttle.php"> - + djConfig="parseOnLoad:true, isDebug:false, usePlainJson:true">