繁体   English   中英

MantisBT:如何关闭在笔记中插入[^]

[英]MantisBT: How to switch off inserting [^] into notes

当我将XML文档添加到Mantis注释中时,例如XML片段:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 

Mantis将XML名称空间声明视为超链接,并在后面添加了一个[[^]“字符串:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> [^]

如果用户从Mantis复制/粘贴XML,由于这些不需要的字符串,该XML是无效的。

有什么办法可以关闭此功能?

您似乎使用的是螳螂的旧版; 您可以通过更改MantisCoreFormatting插件中的相应设置来关闭URL处理:转到“ 管理”>“管理插件”,然后单击“ MantisBT格式”并将“ URL处理 ”设置为“关闭”。

请注意,最新版本的MantisBT不再插入[^]

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM