Each heading for each permission is surrounded by code. Does anybody know a fix for this?
I know that the the example I have shown is for 'comment' but the headings do not stand out so much when they are surrounded by code. just a niggle and all the examples I have seen for permisions dont have this problem.

Cheers.

Comments

nevets’s picture

More content might make your comment/question clearer. Exactly what are you referring to and what do you mean by code?

Hueij’s picture

I'm not sure what exactly is going on but I think it has something to do with the Devel Module. When I turned that off, the problem disappeared.

kinnyC’s picture

Not sure why I even have the Devel Module installed; I'm not that good yet... :-)

JohnC999’s picture

I am getting the same problem. I have just installed the latest version of devel today.

Instead of

block module

I see

<span id="thmr_2" class="thmr_call"> block</span> module

It is not causing any problems with the devel module. It just seems to be a presentation problem.

Looking at the source code I see this HTML where the problem is:

<tr class="odd"><td class="module" id="module-block" colspan="11">&lt;span id=&quot;thmr_2&quot; class=&quot;thmr_call&quot;&gt;
  block&lt;/span&gt;

 module</td> </tr>

Is this closing span wrong?

cyaneo’s picture

See the solution at http://drupal.org/node/599398

Kai’s picture

this is not the solution sorry.
the html code from span-tag is quoted
we have to find were this happens

burt.lo’s picture

As far as I can tell, turning off the "Devel Theme" module specifically will stop this behavior. The "Devel" module can be on, but the "Devel Theme" needs to be off.

Makes sense to me, though I have to research the Devel module further, but the raw tags in the section headers would help to develop CSS themes.