Details
Description
Many language strings contain HTML markup, which introduces layout elements in the languages. This is fine for lists, line breaks and paragraph breaks within the text, but there are many instances where the markup should be taken out of the language strings and into the code.
See http://pastebin.ca/948574 for an example
Issue Links
| This issue duplicates: | ||||
| MDL-13726 | Latest commits to Ko_utf8 not XHTML compliant. |
|
|
|
And what about HTML entities, like & and (the latter being often used in french lang pack)? These don't get parsed correctly by function p() and print litteraly, e.g. $string['usergroupmembership'] in group/members.php, line 281.