Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
Garland theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2008 at 23:29 UTC
Updated:
24 Feb 2008 at 19:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
dsoneira commented&localeinstead of&localeshould fix it.Comment #2
Bence commentedYes, obviously, but I am not involved in developing Drupal (yet?).
There is an another error on the "Learn how to install Drupal in another language" page: There is no attribute "target" in XHTML 1.0 Strict.
Comment #3
vladimir.dolgopolov commentedHere is the patch, that fixes that.
It replaces some & with & a m p; and I decided to remove target="_blank" from install.php so it goes against "XHTML 1.0 Strict":
Maybe it's good to use JavaScript here, but IMHO it is not worth the trouble.
Comment #4
Bence commentedI don't think that JS is good solution for this. Better solutions:
1. Remove the
targetattribute, and use XHTML 1.0 Strict2. Keep the
targetattribute, and use on those pages XHTML 1.0 TransitionalThe 1. solution is the most straightforward.
Comment #5
cburschkaUsers can decide just fine on their own whether or not they want to open a new page, which is really why the target attribute is getting deprecated. The first solution makes the most sense.
Comment #6
vladimir.dolgopolov commentedSome fix for the prev patch (form action handle).
Comment #7
catchTrivial patch, applies cleanly, rtbc.
Comment #8
gábor hojtsyWell, I went ahead and committed the & fix, as attached. I'd argue that the target attribute is an important measure there to not drive the user out of the install process right away on a link which would be most often clicked, so I did not commit that one. I believe the user experience is more important here, and I sincerely cannot think of a situation, where the user would not select to open this in another window (it is complicated enough to get back to this page after a download and uncompress process with the translation, especially for newbies).
The attached patch can get this fix in line with 7.x.
Comment #9
dries commentedCommitted to CVS HEAD. Thanks.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.