On Wed, 15 Apr 2009, Satish Vellanki wrote: > Saifi, > Sorry if I sound absurd, but from this page > http://drupal.org/project/syntaxhighlighter > it looks like <pre style="brush:cpp;"> is used with syntax highlighter > module and not GeSHi >
<pre class="brush:cpp;"> and *not* <pre style="brush:cpp;"> is used with syntaxhighlighter module. Thats what i mentioned in my original posting as well. The key issue with this module is related to the creation of closing tags from C/C++ header file #include lines ! The GeSHi model is to create custom tags or use <code language="c"> .. .. </code> Anyway, i uninstalled the syntaxhighlighter from the modules as bugfix is one of the todo items :) thanks Saifi.

