Closed (fixed)
Project:
Localization client
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2012 at 13:30 UTC
Updated:
7 Mar 2013 at 16:20 UTC
Not saved locally due to invalid HTML content.
Translation sent and accepted by http://localize.drupal.org.
So either this module is correct to invalidate the wrong string and the localize server is incorrect to still accept it or this module is incorrect to invalidate, but both cases it is wrong to sent and invalid string to the localize server.
The invalidated string was:
Return to the front page.
Comments
Comment #1
SebCorbin commentedThat's right, string must be filtered by the function locale_string_is_safe(), if you have time, submit a patch, if not I'll do it on my contrib day :)
Comment #2
SebCorbin commentedThat was a pretty simple patch in fact