inconsistencies

  1. Jon W

    Fixed Inconsistent use of commas and semicolons in field_display_html_description phrase

    In the phrase field_display_html_description, semi-colons are used to separate the first two placeholders, and commas are used for the rest.
  2. Jon W

    Not a bug Inconsistent use of <b>, <strong> and no formatting for placeholders

    The following phrase uses <strong> to emphasise the placeholders (which looks best in my opinion): include_url_token The following phrase uses <b> (which has slightly different formatting): field_display_html_description The following phrases us no formatting...
Top Bottom