Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1302 from daniel-beck/JENKINS-21716
[FIXED JENKINS-21716] Set Content-Type header for env-vars.html
  • Loading branch information
albers committed Jun 29, 2014
2 parents 0bfab57 + 8e2328d commit 013d555
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,8 @@ import hudson.scm.SCM

def st = namespace("jelly:stapler")

st.contentType(value: "text/html;charset=UTF-8")

html {
head {
title(_("Available Environmental Variables"))
Expand Down

0 comments on commit 013d555

Please sign in to comment.