The fix for this is simple,

just remove semicolon from line 13 in /jenkins-core/src/main/resources/lib/form/breadcrumb-config-outline/init.js

line 13: $(e.section).insert({top:"<a id=" + id + " class='section-anchor'>#<;/a>"});

replace with

$(e.section).insert({top:"<a id=" + id + " class='section-anchor'>#</a>"});

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to