Some editors (nano, Atom) struggle with a single double quote
enclosed in a {} block.
This change escapes more traditionally the double quote to avoid them
to correctly highlight the source code in Core.
 Differential  D1324  
Be more highlight friendly Authored by dereckson on Feb 17 2018, 21:13. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers 
Details 
 Some editors (nano, Atom) struggle with a single double quote This change escapes more traditionally the double quote to avoid them xmlescape {"a"} returns "a". 
Diff Detail 
  |