mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed broken links in docblocks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115949 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
17f6f3fbe7
commit
949cadf377
@ -19,9 +19,6 @@
|
||||
*
|
||||
* @package sapphire
|
||||
* @subpackage control
|
||||
* @see http://doc.silverstripe.org/doku.php?id=xhtml-support
|
||||
* @see http://doc.silverstripe.org/doku.php?id=contentnegotiator
|
||||
* @see http://doc.silverstripe.org/doku.php?id=html
|
||||
*
|
||||
* @todo Check for correct XHTML doctype in xhtml()
|
||||
* @todo Allow for other HTML4 doctypes (e.g. Transitional) in html()
|
||||
|
@ -65,7 +65,7 @@ require_once 'thirdparty/spyc/spyc.php';
|
||||
* @package sapphire
|
||||
* @subpackage core
|
||||
*
|
||||
* @see http://spyc.sourceforge.net/
|
||||
* @see http://code.google.com/p/spyc/
|
||||
*
|
||||
* @todo Write unit test for YamlFixture
|
||||
*
|
||||
|
@ -551,7 +551,6 @@ class Email extends ViewableData {
|
||||
* @param string $str
|
||||
* @return boolean
|
||||
*
|
||||
* @see http://code.iamcal.com/php/rfc822/rfc822.phps
|
||||
* @copyright Cal Henderson <cal@iamcal.com>
|
||||
* This code is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
|
||||
* http://creativecommons.org/licenses/by-sa/2.5/
|
||||
|
Loading…
x
Reference in New Issue
Block a user