Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Typography : Typography depends on languages. For instance in French we put a space after colons, there are other cases of course. So punctuation should be always part of labels.
  • HTML : We already discussed about not putting any HTML tags in labels. Actually Also we should at least not allow any < and & which will not be correctly rendered (http://www.w3.org/TR/REC-xml/#dt-chardata), so should be escaped. I quickly noticed some a problematic casescase:
    • ProductRedExplanation (in Product association) Using StringUtil.wrapString around the label fix it, see revision 772806.WebtoolsXMLExportInfo (Webtools export)
    • WebtoolsXMLImportInfo (Webtools import)
    • ManufacturingNote3 (Edit BOM)
    • There are certainly others. They should be easy to find, by looking for > < & in lab.xml files