mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fix exception for mod with missing type while searching
This commit is contained in:
parent
841b9385b7
commit
065a6cf76b
@ -1,7 +1,13 @@
|
||||
<td style="width: 100%;">
|
||||
<p>
|
||||
<strong><%-name%></strong>
|
||||
<small><%-type%></small
|
||||
<small>
|
||||
<% if (typeof(type) != "undefined" && type) { %>
|
||||
<%-type%>
|
||||
<% } else { %>
|
||||
Unknown
|
||||
<% } %>
|
||||
</small>
|
||||
</p>
|
||||
<p><%-title%></p>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user