-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.14 Larks
-
Fix Version/s: 3.0 Larks
-
Labels:
-
Sprint:3.0 Larks
XML, SQL Syntax is highlighted in Preview message, but isn't highlighted in inbox and outbox.
Steps to reproduce(for XML):
- Open "New message/Compose" in User's "Messages"
- Select XML code in the code drop-down menu, then add following text at 'Insert your text here':
<?xml version="1.0" encoding="UTF-8"?> <root> <title> Hello World </title> <para> Hello world! </para> </root>
- Click Preview button (code is shown properly)
- Click Send
- Click Outbox
Actual result: XML syntax isn't highlighted. There is no numeration
Expected result: XML syntax is highlighted. User can see the numeration.