Closed (duplicate)
Project:
Localization client
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 16:10 UTC
Updated:
15 Apr 2009 at 20:17 UTC
Patched against latest CVS of DRUPAL-5 branch.
This patch fixes the rather critical error that l10n_client submits strings based on the DOM interpretation of a string rather than the original string itself. This bug is critical when a translatable string contains HTML tags or character entities that will get submitted character encoded.
Encompasses:
If the patch looks good, I can also make the appropriate changes for the Drupal 6 branch.
| Comment | File | Size | Author |
|---|---|---|---|
| l10n_client_htmlfix.patch.txt | 5.07 KB | yhahn |
Comments
Comment #1
gábor hojtsyThis was solved with escaping the HTML correctly in 5.x-1.2 and 6.x-1.7. That did not solve #264230: "Copy Source" make html tags uppercase in some browsers, but that is a separate issue, so marking this one a duplicate. See http://drupal.org/node/434682