Skip to content

Commit

Permalink
Merge pull request #290 from GregDThomas/master
Browse files Browse the repository at this point in the history
Correct link to readme & changelog
  • Loading branch information
akrherz authored Dec 29, 2024
2 parents bd856db + d08df22 commit 7882b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/projects/openfire/plugin-archive.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
</td>
<td class="c2" style="white-space: nowrap;">
<c:if test="${plugin.hasReadme}">
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(pluginName)}/readme.html"><img src="../../images/doc-readme-16x16.gif" width="16" height="16" alt="ReadMe"></a>
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(param.plugin)}/readme.html"><img src="../../images/doc-readme-16x16.gif" width="16" height="16" alt="ReadMe"></a>
</c:if>
<c:if test="${plugin.hasChangelog}">
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(pluginName)}/changelog.html"><img src="../../images/doc-changelog-16x16.gif" width="16" height="16" alt="Changelog"></a>
<a href="plugins/${ir:urlEncode(version)}/${ir:urlEncode(param.plugin)}/changelog.html"><img src="../../images/doc-changelog-16x16.gif" width="16" height="16" alt="Changelog"></a>
</c:if>
</td>
<td class="c3" style="white-space: nowrap;">
Expand Down

0 comments on commit 7882b82

Please sign in to comment.