?
avatar pl71
pl71
20 Oct 2014

Steps to reproduce the issue

Site Name: Site "One" foo
Open admin section using isis template

Expected result

HTML for preview button in the upper right corner:
a class="brand hidden-desktop hidden-tablet" href="http://www.my-site.com/" title="Preview Site "One" foo" target="blank">Site &_quot;One...

(without underscores around quot word)

Actual result

HTML not valid:
a class="brand hidden-desktop hidden-tablet" href="http://www.my-site.com/" title="Preview Site "One" foo" target="_blank">Site "One...

System information (as much as possible)

isis template

Additional comments

avatar pl71 pl71 - open - 20 Oct 2014
avatar pl71 pl71 - change - 20 Oct 2014
The description was changed
avatar dgt41
dgt41 - comment - 20 Oct 2014

That’s an easy one:
on https://github.com/joomla/joomla-cms/blob/staging/administrator/templates/isis/index.php#L41
change it to:

$sitename = htmlspecialchars($app->get('sitename'), ENT_QUOTES);
avatar jissues-bot jissues-bot - close - 20 Oct 2014
avatar zero-24 zero-24 - close - 20 Oct 2014
avatar zero-24 zero-24 - change - 20 Oct 2014
Status New Closed
avatar zero-24
zero-24 - comment - 20 Oct 2014

see: #4866 @dgt41 and @pl71

avatar jissues-bot
jissues-bot - comment - 20 Oct 2014

Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/4864

avatar jissues-bot jissues-bot - change - 20 Oct 2014
Closed_Date 0000-00-00 00:00:00 2014-10-20 17:17:40
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment