Skip to content

Commit

Permalink
[JENKINS-31162] Another occurence of cssClass instead of cssclass
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 22, 2016
1 parent 9e297a3 commit c27621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/Job/configure.jelly
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.displayName} Config" cssClass="main-panel-only" norefresh="true" permission="${it.EXTENDED_READ}">
<l:layout title="${it.displayName} Config" cssclass="main-panel-only" norefresh="true" permission="${it.EXTENDED_READ}">
<f:breadcrumb-config-outline />
<l:main-panel>
<l:js src="jsbundles/config-scrollspy.js" />
Expand Down

0 comments on commit c27621d

Please sign in to comment.