Repository: activemq Updated Branches: refs/heads/activemq-5.10.x 52ba699fc -> f8b3de86d
Minor cleanup to use a c:out to output the data Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/0fb1c736 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/0fb1c736 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/0fb1c736 Branch: refs/heads/activemq-5.10.x Commit: 0fb1c736142eb792cceefc9e55d8b1d3ace24b02 Parents: 52ba699 Author: Daniel Kulp <[email protected]> Authored: Tue Aug 19 13:34:53 2014 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Fri Dec 26 19:00:13 2014 -0500 ---------------------------------------------------------------------- activemq-web-console/src/main/webapp/decorators/head.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/0fb1c736/activemq-web-console/src/main/webapp/decorators/head.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/decorators/head.jsp b/activemq-web-console/src/main/webapp/decorators/head.jsp index ca90943..abb76ea 100644 --- a/activemq-web-console/src/main/webapp/decorators/head.jsp +++ b/activemq-web-console/src/main/webapp/decorators/head.jsp @@ -17,7 +17,7 @@ limitations under the License. --%> - <title>${requestContext.brokerQuery.brokerAdmin.brokerName} : ${pageTitle}</title> + <title><c:out value="${requestContext.brokerQuery.brokerAdmin.brokerName} : ${pageTitle}" /></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css" media="screen">
