User tests: Successful: Unsuccessful:
In a complete OCD move, this changes the order of the <link>
attributes for stylesheets to match the order used for links in the section above this. There is seriously no other benefit than it being consistent for both types now and calming the OCD of people like me who notice these things.
Pre-patch, you'll have something like this:
<link href="/templates/joomla/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="https://cdn.joomla.org/template/css/template_2.1.0.min.css" />
Post-patch, it'll be like this:
<link href="/templates/joomla/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href="https://cdn.joomla.org/template/css/template_2.1.0.min.css" rel="stylesheet" />
N/A
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-09-16 18:31:15 |
Closed_By | ⇒ | Bakual |
Had to look up OCD
I have not tested this item.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/12052.