mirror of https://github.com/apache/activemq.git
Merge pull request #800 from SGmuwa/utf-8
Use UTF-8 instead ISO-8859-1 in activemq-web-console/src/main/webapp/xml/*
This commit is contained in:
commit
84192ee1c9
|
@ -1,4 +1,4 @@
|
||||||
<%@ page contentType="text/xml;charset=ISO-8859-1"%>
|
<%@ page contentType="text/xml;charset=UTF-8"%>
|
||||||
<%--
|
<%--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%@ page contentType="text/xml;charset=ISO-8859-1"%>
|
<%@ page contentType="text/xml;charset=UTF-8"%>
|
||||||
<%--
|
<%--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%@ page contentType="text/xml;charset=ISO-8859-1"%>
|
<%@ page contentType="text/xml;charset=UTF-8"%>
|
||||||
<%--
|
<%--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|
Loading…
Reference in New Issue