Revision: 2033 Author: olavmrk Date: Fri Dec 4 03:16:04 2009 Log: docs: Add missing quote to sp quickstart.
Merged into 1.5 branch from r2003. http://code.google.com/p/simplesamlphp/source/detail?r=2033 Modified: /branches/simplesamlphp-1.5/docs/simplesamlphp-sp.txt ======================================= --- /branches/simplesamlphp-1.5/docs/simplesamlphp-sp.txt Tue Oct 27 06:57:59 2009 +++ /branches/simplesamlphp-1.5/docs/simplesamlphp-sp.txt Fri Dec 4 03:16:04 2009 @@ -36,11 +36,11 @@ '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 -- You received this message because you are subscribed to the Google Groups "simpleSAMLphp commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simplesamlphp-commits?hl=en.
