简体   繁体   中英

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

When I add a XML document into a Mantis note, eg an XML fragment:

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

Mantis considers the XML namespace declaration as a hyperlink and adds a "[^]" string behind:

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

If the user copy/pastes the XML from Mantis it is not valid due to these unwanted strings.

Is there any way how to switch this feature off?

You appear to be using a legacy version of Mantis; you can switch off URL processing by changing the corresponding setting in the MantisCoreFormatting plugin: go to Manage > Manage Plugins then click on MantisBT Formatting and set URL Processing to Off).

Note that recent versions of MantisBT no longer insert the [^] .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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