If Page A has HTML surrounding some text, and it posts a trackback to Page B, then Page B displays the URL of Page AND a teaser to the text on Page A. Now, most pages on the web are HTML, and the teasers actually show the HTML escaped.
So my teasers all have escaped HTML in them. Is this intentional? I'd think that trackback teasers shouldn't contain any HTML at all from the original site.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | trackback.module_1.diff | 1.85 KB | ankur |
Comments
Comment #1
smithmb commentedSome more information -- how to duplicate this bug:
If you post a node with some HTML formatting, and put the URL of another node on your site in the trackback box, and then visit the "another node on your site," that node will show the HTML formatting untouched by the browser (ie it's using escapes like <).
Hope this clarifies it! Other than that, trackback support is amazing.
Comment #2
ankur commentedComment #3
ankur commentedWill commit this patch after approval from bossman. I personally feel that the operation of stripping tags from a trackback should be done on the receiving end, though I'm unaware about whether the trackback specification demands that the sending party strip the tags.
Comment #4
ankur commentedCommitted to HEAD, DRUPAL-4-6
-Ankur
Comment #5
smithmb commentedDoesn't the stripping of tags not happen at all here? After all, it is a trackback from the site to the same site, and no tags are stripped.
Is it safe to drop the trackback module from CVS into the 4.6 stable?
Comment #6
(not verified) commented