Fix #4254: remove the redundant space.
This commit is contained in:
parent
aa91e4cdee
commit
9b48c65129
|
@ -533,7 +533,7 @@
|
||||||
((!string.IsNullOrEmpty(resource.Integrity)) ? " integrity=\"" + resource.Integrity + "\"" : "") +
|
((!string.IsNullOrEmpty(resource.Integrity)) ? " integrity=\"" + resource.Integrity + "\"" : "") +
|
||||||
((!string.IsNullOrEmpty(resource.CrossOrigin)) ? " crossorigin=\"" + resource.CrossOrigin + "\"" : "") +
|
((!string.IsNullOrEmpty(resource.CrossOrigin)) ? " crossorigin=\"" + resource.CrossOrigin + "\"" : "") +
|
||||||
((resource.ES6Module) ? " type=\"module\"" : "") +
|
((resource.ES6Module) ? " type=\"module\"" : "") +
|
||||||
" src =\"" + url + "\"></script>"; // src at end of element due to enhanced navigation patch algorithm
|
" src=\"" + url + "\"></script>"; // src at end of element due to enhanced navigation patch algorithm
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user