By drupalnew-1 on
which function generate these codes:
<span id="thmr_323" class="thmr_call" style="outline-color: -moz-use-text-color; outline-style: none; outline-width: medium;"
I can't find which function or file generate the '<span'.
Comments
Views
I typed
thmr drupalinto Google and I do not even need to click to seeSo the answer is quite clearly Views. Once you are armed with this, your next step is Views Theme information.
Also linked from there, Theme developer is your friend.
--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.
You probably have the Theme
You probably have the Theme Developer module enabled that comes with Devel.
theme developer
The theme developer module wraps output with this span tag. In D7 it uses a special custom attribute "thmr" so you will see things like <span thmr="thmr_90">...</span>. It wraps the output of each theme call - to function or template - with this type of tag.