Changes between Version 48 and Version 49 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
08/14/14 09:10:49 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v48 v49  
    3030- for string constants in '''Python''' use '''double-quotes''' {{{" "}}} - UNLESS the string contains "
    3131- for string constants in '''!JavaScript''' use '''single-quotes''' {{{' '}}} - UNLESS the string contains a '
    32 - for attributes in '''!HTML''' use use '''double-quotes''' {{{" "}}}
     32- for attributes in '''HTML''' use use '''single-quotes''' {{{' '}}}
    3333
    3434- for triple-quoted strings (such as '''Docstrings''' or Inline-XML) use {{{""" """}}} with '''double-quotes''', except: