-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 5.6, 5.7
-
Component/s: Editor - Page / Comment Editor
-
Environment:
Unsure. Company install.
-
Severity 3 - Minor
When you have an ' in a comment, it upsets the syntax highlighter in javascript
/** * Comment with an apostroph'e in it */ this.log.info('this.log'); // com.miranda.icontrol.gsm.server.plugins.providers.SNMPManagerPlugin - this.log log.info('undeclared'); // com.miranda.icontrol.gsm.server.plugins.providers.SNMPManagerPlugin - undeclared