currently, the generated code for the trackback-url div looks like this:

<div id="trackback-url"><div class="box"><div class="box-inner">
      <h2 class="title">Trackback URL for this post:</h2>
      <div class="content">http://sensemaya.org/trackback/118  </div>
</div></div> <!-- /box-inner, /box -->
</div>

this is not up to xhtml standards - no two elements can have the same ID - which is what will happen if i construct a view of nodes using the views module.

CommentFileSizeAuthor
#3 trackback-use_class_instead_of_IDs.patch639 bytesthepanz

Comments

thepanz’s picture

Can you provide further info? Maybe the "trackback-url" ID should be added with TrackbackID like "trackback-url-234" and adding a class fot the same DIv like "trackback-url"?

Let me know!
Regards

thepanz’s picture

Status: Active » Needs review

Try attached patch, I'll wait for your reviews..
Thank you.

thepanz’s picture

StatusFileSize
new639 bytes

Attached patch

thepanz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.