From 060f1b7728a0983cc010eacebdb94f0a440d98f1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Oct 2013 18:12:14 -0400 Subject: [PATCH 2/2] also need to escape the HOSTNAME Also escaped the domain for good measure. --- templates/branchable.tmpl | 6 +++--- templates/controlpanel.tmpl | 4 ++-- templates/makesite.tmpl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/branchable.tmpl b/templates/branchable.tmpl index 22dc2a3..55bd781 100644 --- a/templates/branchable.tmpl +++ b/templates/branchable.tmpl @@ -17,7 +17,7 @@ but will be subject to verification.

Users with configured ssh keys can modify the git repository:

-git clone  
+git clone  
 

@@ -37,8 +37,8 @@ then change it as desired.

- -I want a branch of named + +I want a branch of named diff --git a/templates/controlpanel.tmpl b/templates/controlpanel.tmpl index 2e5f078..f227d2b 100644 --- a/templates/controlpanel.tmpl +++ b/templates/controlpanel.tmpl @@ -100,10 +100,10 @@ Balance: $
- +
- +
BranchedCreated diff --git a/templates/makesite.tmpl b/templates/makesite.tmpl index 2559caa..74337b4 100644 --- a/templates/makesite.tmpl +++ b/templates/makesite.tmpl @@ -6,8 +6,8 @@ - - + +
-- 1.8.4.rc3