From 6c62ec83d77add5232c3e9be71a201fb632a14dd Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Tue, 30 Jan 2024 11:27:19 +0100 Subject: [PATCH] Change title of Openfire plugin archive page Third party software uses the title to render the text on a link to this page. It should include the name of the plugin that the page is an archive for, instead of being a generic name. --- src/main/webapp/projects/openfire/plugin-archive.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/projects/openfire/plugin-archive.jsp b/src/main/webapp/projects/openfire/plugin-archive.jsp index b19ee9ba..d9e1c146 100644 --- a/src/main/webapp/projects/openfire/plugin-archive.jsp +++ b/src/main/webapp/projects/openfire/plugin-archive.jsp @@ -24,7 +24,7 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %> - Openfire Plugins + Openfire <%= URLEncoder.encode(pluginName, "utf-8") %> Plugin Archive