[Webkit-unassigned] [Bug 27122] prepare-ChangeLog should decode HTML entities in short description

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 12:53:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27122





--- Comment #5 from Shinichiro Hamaji <hamaji at chromium.org>  2009-07-09 12:53:03 PDT ---
Attached another patch which doesn't use HTML::Entities. I grepped bugzilla's
source code and found xml_quote is the only function which has "'". So, I
guessed that we don't need to decode &#[0-9a-f]{3}; style entities.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list