See this test file. When hit Ctrl+U and view the page source, I get:

        <a href="http://example.com?param=1&etc";>Link text with &
char</a>

but when I select the link text, right click and select 'View selection
source', I get:

        <a href="http://example.com?param=1&amp;etc";>Link text with
&amp; char</a>


** Attachment added: "example"
   http://launchpadlibrarian.net/17517068/test.html

-- 
DOM Source Of Selection replaces '&' with '&amp;'
https://bugs.launchpad.net/bugs/255524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to