Commit 071eaea9 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed table when plugin does not have a reademe and changelog file.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1711 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb2f76da
......@@ -297,6 +297,9 @@
<a href="plugin-admin.jsp?plugin=<%= URLEncoder.encode(pluginDir.getName(), "utf-8") %>&showChangelog=true"
><img src="images/doc-changelog-16x16.gif" width="16" height="16" border="0" alt="changelog"></a>
<% } %>
<% if (!readmeExists && !changelogExists) { %>
&nbsp;
<% } %>
</td>
<td width="60%">
<%= pluginDescription != null ? pluginDescription : "" %> &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