Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XWIKI-21894: JSC_PARSE_ERROR in Tour.WebHome (#2895)
Use double quotes for icon aria-hidden value The single quotes leads to error for example with tour extension: ``` xwiki:Tour.WebHome:17:78: ERROR - [JSC_PARSE_ERROR] Parse error. ',' expected 17| $('<a class="action actionLaunch"><span class="fa fa-play" aria-hidden='true'></span> Launch</a>') ^ 1 error(s), 0 warning(s) ``` (cherry picked from commit 3fe9ffe)
- Loading branch information