Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Confluence
-
Labels:None
-
Number of attachments :
Description
Since the latest confluence upgrade, our code samples are invisible: if you look at http://cargo.codehaus.org/Functional+testing you'll see that all code samples are not visible.
Some analysis shows that the code sample is not in a block like:
<script class="theme: Confluence; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[import junit.extensions.TestSetup; import junit.framework.Test; [...] }]]></script>
and Firebug shows that the "diplay" CSS attribute is somehow set to "none".
Can you please help ASAP?
Confluence has switched to using a javascript syntax highlighter to format the content. I tried adding some of their javsscript to the page but there is something missing still.
In the interim your best bet is to switch the content to "noformat" rather than "code" blocks.
I think it should be possible to get the syntax highlighting going, but not today.