Closed (fixed)
Project:
Gradebook
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2009 at 05:39 UTC
Updated:
9 Nov 2009 at 04:27 UTC
I need to export gradebook into Excel where I run my own macro. It has worked fine before, now I get CSS into every cells like:
<span id="thmr_2" class="thmr_call">
500/500 (100.0%)</span>
Since thmr_ variable is different in every cell, I can't just search and replace them. Any help would be appreciated. This was a July build. I just updated to Gradebook 6.x-2.x-dev (2009-Oct-31) and the problem won't go away.
Comments
Comment #1
MGN commentedThe export code hasn't changed in months, and I don't recognize the span id or class. I assume that another module or theme must be adding this css....(after googling for this) perhaps the Devel module?
Are you running the Devel Theme Developer? Is so, disable it and the problem will go away :-)
Comment #2
madflute commentedAhhh.... I should had known. It was Theme Developer module. I should had know.
Thank you so much!! I changed the status to Closed.
-Hiro