Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: STABLE backlog
-
Component/s: Language
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Just noticed in the last couple of commits for the ko_utf8 lang pack that it is not XHTML compliant
seem to be lots of <b></b> tags - should be <strong></strong>
might need to educate the maintainers regarding XHTML
eg the following are no longer valid
<b>
<i>
<u>
<br> - should be <br />
etc etc......
![]()
Dan
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-13974 | Undesirable HTML tags in language strings |
|
|
|
grep reveals more of these, please search & replace all of them