| 4875c354 | 24-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the esc
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the escaping for you.
show more ...
|