BUGFIX #2883 - Remove use of short tag

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63525 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-10-02 09:38:55 +00:00
parent a231c15669
commit c57f8c2793

View File

@ -1,4 +1,4 @@
<?
<?php
/**
* Basic SOAP Server to access and modify DataObject instances.
* You can enable SOAP access on a DataObject by setting {@link DataObject::$api_access} to true.