diff --git a/public/js/tpl/mods/search/list_item.html b/public/js/tpl/mods/search/list_item.html index 5cee6ce..22c247f 100644 --- a/public/js/tpl/mods/search/list_item.html +++ b/public/js/tpl/mods/search/list_item.html @@ -1,7 +1,13 @@

<%-name%> - <%-type%> + <% if (typeof(type) != "undefined" && type) { %> + <%-type%> + <% } else { %> + Unknown + <% } %> +

<%-title%>