Skip to content

Commit

Permalink
Change title of Openfire plugin archive page
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
guusdk committed Jan 30, 2024
1 parent 6ed394f commit 0ca0db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/projects/openfire/plugin-archive.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %>
<html>
<head>
<title>Openfire Plugins</title>
<title>Openfire <%= URLEncoder.encode(pluginName, "utf-8") %> Plugin Archive</title>
<meta name="body-id" content="projects" />
<style type="text/css" media="screen">
@import "../../styles/interior.css";
Expand Down

0 comments on commit 0ca0db9

Please sign in to comment.