diff options
Diffstat (limited to 'src/main/webapp/jenkins')
-rw-r--r-- | src/main/webapp/jenkins/index.jspx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/jenkins/index.jspx b/src/main/webapp/jenkins/index.jspx index d33e071..7292e36 100644 --- a/src/main/webapp/jenkins/index.jspx +++ b/src/main/webapp/jenkins/index.jspx @@ -4,10 +4,10 @@ <jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/> <jsp:directive.page contentType="text/html;charset=UTF-8"/> -<common:head-element> +<common:head> <common:headjs label="JenkinsServerService" resource="/apps/jenkinsApp/JenkinsServerService.js"/> <common:headjs label="jenkinsApp" resource="/apps/jenkinsApp/jenkinsApp.js"/> -</common:head-element> +</common:head> <body> |