当我将XML文档添加到Mantis笔记中时,例如XML片段:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
Mantis将XML名称空间声明视为超链接并添加&#34; [^]&#34;后面的字符串:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> [^]
如果用户从Mantis复制/粘贴XML,则由于这些不需要的字符串而无效。
有什么方法可以关闭此功能吗?
答案 0 :(得分:1)
您似乎使用的是Mantis的旧版本;您可以通过更改 MantisCoreFormatting 插件中的相应设置来关闭URL处理:转到 Manage&gt;管理插件然后单击 MantisBT格式并将 URL处理设置为关闭。
请注意,最新版本的MantisBT不再插入[^]
。