Changes between Version 37 and Version 38 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
11/16/13 23:25:39 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v37 v38  
    3737inline_javascript = '''sometext="%s";''' % sometext
    3838}}}
    39 is a potential bug - the JavaScript breaks when {{{sometext}}} contains a {{{"}}}.
     39is a potential bug - the !JavaScript breaks when {{{sometext}}} contains a {{{"}}}.
    4040
    4141A safer way to do that is: