- Status New
- Percent Complete
- Task Type Bug Report
- Category Text Rendering
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Medium
- Reported Version 1.0 devel (github master)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by peterdd - 17.10.2016
Last edited by peterdd - 17.10.2016
Opened by peterdd - 17.10.2016
Last edited by peterdd - 17.10.2016
FS#2215 - wrong output of Geshi syntax highlighting for xml code
Geshi 1.0.8.17 from https://github.com/easybook/geshi is quite slow at the current integration of Flyspray v1.0-rc3 on the first run. (But any further read uses the cache.)
But it produces garbled output for xml code highlighting:
Example without xml, just format as preformatted code:
<table>blabla</table>
Or as php syntax highlighting (even if it doesn’t contain a real php-tag ):
<table>blabla</table>
Example with xml choosen as language:
blabla
The table tag is stripped away instead of converting the tag for output inside code/pre tags (by converting the < and > chars). Maybe just a configuration issue?
Someone on flyspray mailing list reported similiar issue
Example: