User tests: Successful: Unsuccessful:
…figuration
Example
Site name: my "website name"
HTML output
without this change:
<img src="/administrator/templates/isis/images/joomla.png" alt="my " website="" name""="">
Pull Request for Issue # .
Category | ⇒ | Administration Templates (admin) |
Status | New | ⇒ | Pending |
The change is correct when the site name is used in html.
Beware when $sitename
is used for mails. In that case htmlspecialchars should not be used.
Please add some detailed test instructions
Status | Pending | ⇒ | Information Required |
@Heggi93 pretty much as it says in the original post.
In global configuration create a site name with a special character eg My "site" Rocks
On the administrator login page view the source code for the joomla logo. Before this PR the alt text will be invalid markup. After this PR the alt text should be valid markup.
Note that if correct then this change needs to be used in other places that we use the $sitename variable in a similar way
I have tested this item
@brianteeman Thanks for Test Instructions.
@Heggi93 can you please test?
Easy | No | ⇒ | Yes |
Status | Information Required | ⇒ | Discussion |
Status | Discussion | ⇒ | Pending |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-01 12:13:06 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
?
|
Not checked this but surely if it correct them the change has to be made everywhere that we get the sitemap!e and not just in the login