We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4b6f9 commit 17b1885Copy full SHA for 17b1885
1 file changed
activemq-web/src/main/java/org/apache/activemq/web/util/ViewUtils.java
@@ -42,7 +42,7 @@ public class ViewUtils {
42
Map<String,String> mappings = new LinkedHashMap<>();
43
mappings.put(AMP, XML_ESCAPED_AMP);
44
mappings.put(LT, XML_ESCAPED_LT);
45
- mappings.put(GT, XMl_ESCAPED_GT);
+ mappings.put(GT, XML_ESCAPED_GT);
46
mappings.put(QUOTE, XML_ESCAPED_QUOTE);
47
mappings.put(APOS, XML_ESCAPED_APOS);
48
0 commit comments