diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-09 19:05:33 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-09 19:05:33 +0100 |
commit | 00b26dc13cb9c822294393b5136a52cb1f17693f (patch) | |
tree | dd3202110f034eeb0b71156efb0cc2c9bab9a8ba | |
parent | 64a9fa7e1c60e19990dd8227ca1992801f13a0ca (diff) | |
download | jenkins.debian.net-00b26dc13cb9c822294393b5136a52cb1f17693f.tar.xz |
use proper quotes
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 059cea0f..16eb991d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -223,7 +223,7 @@ write_page_header() { rm -f $PAGE BUILDINFO_ON_PAGE=false write_page "<!DOCTYPE html><html><head>" - write_page "<meta name="globalsign-domain-verification" content="Ri3secINNIbMrZ7EE0iXDs3Fe05MUAO56jZC5lde43" />" # FIXME: remove this oncewe got the cert... + write_page "<meta name=\"globalsign-domain-verification\" content=\"Ri3secINNIbMrZ7EE0iXDs3Fe05MUAO56jZC5lde43\" />" # FIXME: remove this oncewe got the cert... write_page "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />" write_page "<link href=\"/userContent/static/style.css\" type=\"text/css\" rel=\"stylesheet\" />" write_page "<title>$2</title></head>" |