diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-28 13:13:14 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-28 13:13:14 +0100 |
commit | c9ff3d5495b0229d837fa0ec23486cc7b6b191d0 (patch) | |
tree | b978427f431aa41c59115978c6a017db84b9f2ec /src/main/webapp/jenkins/index.jspx | |
parent | 422b1caeaa9f7d069a9208ecb0d0249485b1a05e (diff) | |
download | esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.tar.gz esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.tar.bz2 esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.tar.xz esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.zip |
o Listing builds on the person view.
Diffstat (limited to 'src/main/webapp/jenkins/index.jspx')
-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> |