Actions
Defect #3740
closedCode syntax highlighting not working in Document page
Start date:
2009-08-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Code highlighting working fine on Issue page, but not Document page. Just make a simple test:
function callback(indexArray) {
// indexArray == position in the jQuery object
this; // dom element
}
No code highlighting for any JavaScript key words.
Related issues
Actions