From 0c89c7e8fd7667c5986ade5c588d6f2d5c98b6ec Mon Sep 17 00:00:00 2001 From: Hans Zandbelt <hans.zandbelt@surfnet.nl> Date: Mon, 28 Jul 2008 20:32:11 +0000 Subject: [PATCH] proper php close statement at end of file git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@788 44740490-163a-0410-bde0-09ae8108e29a --- lib/xmlseclibs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xmlseclibs.php b/lib/xmlseclibs.php index 2ffe1d8f3..56e5348b2 100644 --- a/lib/xmlseclibs.php +++ b/lib/xmlseclibs.php @@ -1507,3 +1507,4 @@ class XMLSecEnc { return XMLSecEnc::staticLocateKeyInfo($objBaseKey, $node); } } +?> \ No newline at end of file -- GitLab