Repository: activemq Updated Branches: refs/heads/trunk d510b8b33 -> 6ae576caf
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/6ae576ca Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6ae576ca Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6ae576ca Branch: refs/heads/trunk Commit: 6ae576cafb4351bc9043e53845e7f71310eb9acf Parents: d510b8b Author: Daniel Kulp <[email protected]> Authored: Tue Aug 19 13:34:53 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Aug 19 13:34:53 2014 -0400 ---------------------------------------------------------------------- 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/6ae576ca/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">
