From e1716677116b0a9f32d13c8dbb41bc9396024bca Mon Sep 17 00:00:00 2001 From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab> Date: Thu, 13 Nov 2014 14:02:01 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@70 047e039d-479c-447e-8a29-aa6bf4a09bab --- templates/accountProfiles/researcher1.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/accountProfiles/researcher1.tt2 b/templates/accountProfiles/researcher1.tt2 index d2b5829..861bf8f 100644 --- a/templates/accountProfiles/researcher1.tt2 +++ b/templates/accountProfiles/researcher1.tt2 @@ -3,7 +3,7 @@ [% SET account_profile = { 'type' => 'Researcher', - 'comment' => 'No standard value for eduPersonAffiliation can be used to represent a researcher. Therefore you can't differenciate a teacher from a researcher.', + 'comment' => "No standard value for eduPersonAffiliation can be used to represent a researcher. Therefore you can't differenciate a teacher from a researcher.", 'uid' => "${account_id}", 'eduPersonAffiliation' => ['member', 'faculty'], 'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"], -- GitLab