Hi, I'm trying to use the drop down feature so i can selct from 3 options with the value being html, here is what i'm using:
[licence]
type = select
value = <a rel="nofollow" href="http://creativecommons.org/licenses/by/3.0/">Attribution (Creative Commons)</a>
default =
and this is the the result i get
<a rel=\"nofollow\" href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\">General Public License</a>
so it seems like it adds forword slash's at every html quotation mark
any idea how to fix this please?
Thanks