diff --git a/platform/commonUI/browse/res/templates/browse.html b/platform/commonUI/browse/res/templates/browse.html
index 9a1be7e771..80bd994bc4 100644
--- a/platform/commonUI/browse/res/templates/browse.html
+++ b/platform/commonUI/browse/res/templates/browse.html
@@ -34,10 +34,9 @@
diff --git a/platform/search/bundle.json b/platform/search/bundle.json
index 9e39e28d03..d8f3d93458 100644
--- a/platform/search/bundle.json
+++ b/platform/search/bundle.json
@@ -27,6 +27,12 @@
}
],
"representations": [
+ {
+ "key": "search-item",
+ "templateUrl": "templates/search-item.html"
+ }
+ ],
+ "templates": [
{
"key": "search",
"templateUrl": "templates/search.html"
@@ -34,10 +40,6 @@
{
"key": "search-menu",
"templateUrl": "templates/search-menu.html"
- },
- {
- "key": "search-item",
- "templateUrl": "templates/search-item.html"
}
],
"components": [
diff --git a/platform/search/res/templates/search.html b/platform/search/res/templates/search.html
index 225df353b0..59ca65db2a 100644
--- a/platform/search/res/templates/search.html
+++ b/platform/search/res/templates/search.html
@@ -43,7 +43,7 @@
-
+
@@ -53,12 +53,12 @@
-
+
@@ -71,7 +71,7 @@
- Filtered by: {{ ngModel.filtersString }}
+ Filtered by: {{ ngModel.filtersString }}