From 3e73a468e1698ba35a565b5f3408dfe701150c88 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 23 Nov 2009 13:58:20 +0000
Subject: [PATCH] docs: Add missing quote to sp quickstart.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2003 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-sp.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt
index ce6328332..7f626d44e 100644
--- a/docs/simplesamlphp-sp.txt
+++ b/docs/simplesamlphp-sp.txt
@@ -36,11 +36,11 @@ If you want mulitple Service Providers in the same site and installation, you ca
 
 	'sp1' => array(
 	    'saml:SP',
-		'entityID' => 'https://sp1.example.org/,
+		'entityID' => 'https://sp1.example.org/',
 	),
 	'sp2' => array(
 	    'saml:SP',
-		'entityID' => 'https://sp2.example.org/,
+		'entityID' => 'https://sp2.example.org/',
 	),
 
 ### Enablig a certificate for your Service Provider
-- 
GitLab