Commit c4a79c02 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Small fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6168 b35dd754-fafc-0310-a699-88a17e54d16e
parent f1ed7709
......@@ -198,7 +198,7 @@
<% }
}
else if ("component".equals(componentSession.getExternalComponent().getCategory())) {
if ("clearspace".equals(componentSession.getExternalComponent().getType())) { %>
if ("clearspace".equals(componentSession.getExternalComponent().getType().toLowerCase())) { %>
<img src="images/clearspace.gif" width="16" height="16" border="0" alt="Clearspace">&nbsp;
<% }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment