Commit 832a1048 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Minor edits.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1712 b35dd754-fafc-0310-a699-88a17e54d16e
parent 071eaea9
......@@ -292,14 +292,11 @@
<% if (readmeExists) { %>
<a href="plugin-admin.jsp?plugin=<%= URLEncoder.encode(pluginDir.getName(), "utf-8") %>&showReadme=true"
><img src="images/doc-readme-16x16.gif" width="16" height="16" border="0" alt="README"></a>
<% } %>
<% } else { %> &nbsp; <% } %>
<% if (changelogExists) { %>
<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;
<% } %>
<% } else { %> &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