← Back to team overview

phpdevshell team mailing list archive

[Bug 622498] Re: Can't use special characters in <copyright> of plugin.config.xml

 

& is not correct in xml, you should write &amp;

** Changed in: phpdevshell
       Status: New => Invalid

-- 
Can't use special characters in <copyright> of plugin.config.xml
https://bugs.launchpad.net/bugs/622498
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Invalid

Bug description:
In v2.8.1 put the following in the plugin.config.xml file:
<!-- Copyright notice you would like to amend to your plugin. -->
<copyright>Copyright Bob & John.</copyright>

Now go to the Plugins Admin page and you will see several Warnings and Notices being generated.

This works fine (no errors) when the ampersand is replaced by normal text characters:
<copyright>Copyright Bob and John.</copyright>





References