Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jan 2010 at 12:25 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
boobaaThere are quite a few other places in core with
<a href='foo'>- will try to patch'em all soonish.Comment #2
zserno commentedThis is an excellent opportunity for new contributors, so tagging it with Novice.
Comment #3
qasimzee commentedI am fresh to drupal open source. Can we attach our patch on the same page with comment ?
I have read some pages but unable to find this information.
Comment #4
boobaaPatch is on the way, i'm already working on it; expect results in ~10 mins.
Comment #5
boobaaSorry for the delay, CVS is like a snail here.
I haven't touched
jquery.jsnorcomment.testas I don't know whether it's a bug there as well.Comment #6
heine commentedDid you try the patch?
This simply won't parse:
As single quotes are perfectly valid as attribute value delimiters, why not just use '@blog' ? If you do want to use double quotes, either escape (\") them, or use a single quote delimited string and escape the lone single quote (\') after site
Comment #7
zserno commented@qasimzee: Welcome to Drupal :)
So when someone creates a patch then writes a comment with the attached .patch file. (Below the comment's textbox you can see a 'File attachments' form element.)
Also it's a common practice to change the issue status to CNR (code needs review) whenever a new patch is attached so the test bot will automatically run its tests to find out if that patch breaks something in Drupal's core.
Comment #8
boobaa@Heine in #6: Thanks for pointing me at that tyop; look's like I should set up my own testbot environment. :S
Corrected (and tested) patch is attached.
Comment #9
zserno commented@Boobaa: I really don't understand why you're changing all single quotes to double ones. As Heine already mentioned above, single-quoted attribute values are perfectly ok. Source: http://dev.w3.org/html5/html-author/.
So I'd suggest focusing only on the original typo.
Comment #10
boobaaAttached is the patch which solves OP, without disturbing the force more than needed. Sorry for the already-done disturbances.
Comment #11
zoltán balogh commented#10 is OK
Comment #12
qasimzee commented@zserno: Thanks a lot for your guidance
Comment #14
dries commentedCommitted to CVS HEAD. Thanks!