That is actually a feature, not a bug. (People asked for the links to be duplicated, so they didn't have to scroll back to the top of the entry if they wanted to click through and leave a comment/view it on the local site.)
I love this feature. I may have babbled about it already in my journal.
I wasn't surprised by this behaviour, but will this count as weird?
If the feed has broken code, so it is put behind a cut, the bottom link isn't there. Or it might be behind the cut. E.g. the second (at the time of posting)post on grauniad_tech_feed
How about blockquote tags not previewing indented?
I'm pretty sure the blockquote not being indented in previews thing is already in bugzilla! (The problem will go away as we modernize more of the code that generates the site pages, which is a project people are working on.)
Having the second link behind the cut in the event of HTML/CSS our HTML cleaner doesn't like is actually By Design, since for safety's sake we just slap a <cut> in at the point of breakage and everything past that stays behind the cut. (ie, we don't close the cut that we add). I mean, we probably could put in a </cut> tag before the second link, but it wouldn't do much good, since the second link isn't autolinkified. (Once you hit an invalid HTML error, the system stops auto-linking links.)
no subject
no subject
no subject
no subject
Two, count 'em, two weird things
I wasn't surprised by this behaviour, but will this count as weird?
How about blockquote tags not previewing indented?
Re: Two, count 'em, two weird things
Having the second link behind the cut in the event of HTML/CSS our HTML cleaner doesn't like is actually By Design, since for safety's sake we just slap a <cut> in at the point of breakage and everything past that stays behind the cut. (ie, we don't close the cut that we add). I mean, we probably could put in a </cut> tag before the second link, but it wouldn't do much good, since the second link isn't autolinkified. (Once you hit an invalid HTML error, the system stops auto-linking links.)