1 Title: Event Console: Text elements of events are now correctly quoted in shell scripts
9 Text elements (message, comment, contact, etc.) of an event may contain <i>'</i> and <i>"</i>.
10 The previous Event Console had troubles evaluating these event. Some shell scripts even got stuck..
12 For example: <tt>TEXT=my"text</tt><br>
13 Shell script: <tt>echo $TEXT$ > /tmp/mylog</tt><br>
14 The actual command looks like <tt>echo my"text > /tmp/mylog</tt> -> broken command.