


Link to comic.
Link to blog.
This is another one of those "the associated blog is actually of more interest to me than the comic" comic posts.
(EDIT) Yet another post to fall victim to that bizarrely still existent "can't have 'Hidden ' in the subject line" bug. (/EDIT)
no subject
Date: 2026-04-09 10:23 am (UTC)From:What a weird bug. Have you reported it?
no subject
Date: 2026-04-09 04:33 pm (UTC)From:no subject
Date: 2026-04-09 04:45 pm (UTC)From:Wow. That's an impressive amount of time for it to live on the back burner. I wonder what crucial piece of functionality is entirely reliant on it.
no subject
Date: 2026-04-09 05:05 pm (UTC)From:It's easy enough to work around. You can just replace the quotations marks in a subject line with " and they still show up as quotation marks, without causing the issue. It's just that I tend to forget about it being a thing that happens until after I've already posted something (e.g. the above post) and the subject line just doesn't show up at all until I change it.
no subject
Date: 2026-04-10 10:32 am (UTC)From:I'm not an HTML expert, but looks like they're failing to escape quotation marks. So, like, the link is getting encoded like this:
<a title="Penny Arcade - "Hidden Mechanics"" href="https://kane-magus.dreamwidth.org/1773235.html">Which basically means the first quotation mark closes the
title=attribute and it reads the rest of the "quote" as new attributes. And in this case,hiddenmeans, well, hide it.Also, this means that it's actually affecting every single title that has a quotation mark in it; the
title=attribute is what should be showing up in the mouseover text for the link itself. It's only obvious withhiddenbecausehiddenis also an attribute that has a visible effect, but most of your quoted titles are just random words that mean nothing in an HTML sense (e.g. this post shows the proper title on mouseover, but this one does not. But sinceinvisible,babyandmetersaren't keywords in HTML, it just… ignores them.)Also, whole thing would probably break if you ever had a title with only one quotation mark in it.
This also feels super-vulnerable to injection attacks. I bet you could do some serious damage with something along the lines of setting your title to
This is a safe link" href="http://notavirus.totallylegitsite.xyz". Y'know, if you're into that sorta thing.no subject
Date: 2026-04-10 08:08 pm (UTC)From:And you're totally right about the potential injection attack. I just made a private post (which I will make public right after I post this comment) with subject
This subject line links to Google's homepage and not to this post" href="https://www.google.com"and the hypertext link for this post on my main page absolutely does go to Google's homepage, rather than to the post itself. That said, at least on my end, the subject line still shows up on the post as
This subject line links to Google's homepage and not to this post" href="https://www.google.com"rather than the just
This subject line links to Google's homepage and not to this postas one might have expected, and this is the case on the post itself and from my main page. (No clue what it might look like on the "/read" page of anyone else.) It's still super bad that it goes to whatever url is in the subject line rather than to the post, of course, but at least it (hopefully) would be fairly obvious if someone tried to use this to redirect others to a bad link.
That said, for what it's worth, hovering over the
This subject line links to Google's homepage and not to this post" href="https://www.google.com"link does indeed only show the
This subject line links to Google's homepage and not to this postbit and not the rest of it. I'd guess that someone of a more nefarious nature could possibly find a way to hide the rest of it in the actual link itself, too.
In any case, I'll be reporting this new, more potentially sinister issue as soon as I'm done with this comment and making the example post public.
(EDIT - twice to fix errors)
And it all shows up in page source as
<a title="This subject line links to Google's homepage and not to this post" href="https://www.google.com"" href="https://kane-magus.dreamwidth.org/1774353.html">
which is clearly FUBAR.
(/EDIT)
no subject
Date: 2026-04-10 08:27 pm (UTC)From:And here is the new bug report I just submitted. (EDIT Typos and all. Ugh. /EDIT)