mirror of https://github.com/apache/activemq.git
Minor cleanup to use a c:out to output the data
This commit is contained in:
parent
d510b8b334
commit
6ae576cafb
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue