Hi all:

trying to get syntax highlighting to work in Drupal 6.x using
the two syntax highlighting modules
 . syntax highlighter
 . GeSHi

Please see for illustration
http://www.twincling.org/node/463

the first code block is highlighted using syntax highlighter and
i'm using syntax 
<pre class="brush: cpp;">
..
..
</pre>

the code output is ok but it also appends 'closing tags' for header files, 
which is weird.

eg.
</sys></memory.h></string.h></stdlib.h></stdio.h>


Next, i'm trying out GeSHi, using the syntax
<code language="c">
..
..
</code>

this doesn't seem to work.

Any suggestions or observations on what i could be missing ?


thanks
Saifi.

Reply via email to