From ddf0991a94bf7078337888de2fa5b666fdd79291 Mon Sep 17 00:00:00 2001 From: Simon Josefsson <simon@josefsson.org> Date: Mon, 19 Mar 2012 14:51:48 +0000 Subject: [PATCH] docs: Fix syntax error in PHP code example. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3050 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-sp-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-sp-api.txt b/docs/simplesamlphp-sp-api.txt index 7ccb2ae53..d867b380d 100644 --- a/docs/simplesamlphp-sp-api.txt +++ b/docs/simplesamlphp-sp-api.txt @@ -209,7 +209,7 @@ See the [`saml:SP`](./saml:sp) reference for information about available SAML au ### Example $idp = $auth->getAuthData('saml:sp:IdP'); - print(You are logged in from: ' . htmlspecialchars($idp)); + print('You are logged in from: ' . htmlspecialchars($idp)); `getLoginURL` -- GitLab