diff --git a/themes/default/template.php b/themes/default/template.php index 13749a5511..4428d101a0 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -1084,7 +1084,7 @@ obj = JSON.parse(this.responseText); //update the domain count - document.getElementById('domain_count').innerText = '('+ obj.length +')'; + document.getElementById('domain_count').innerText = obj.length; //add new options from the json results for (var i=0; i < obj.length; i++) { @@ -1184,7 +1184,7 @@
- {$text.theme_title_domains} + {$text.theme_title_domains}