mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@62462 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e134ca8f2c
commit
a8e70ff1f5
@ -28,6 +28,9 @@
|
|||||||
*
|
*
|
||||||
* @todo Check for correct XHTML doctype in xhtml()
|
* @todo Check for correct XHTML doctype in xhtml()
|
||||||
* @todo Allow for other HTML4 doctypes (e.g. Transitional) in html()
|
* @todo Allow for other HTML4 doctypes (e.g. Transitional) in html()
|
||||||
|
* @todo Make content replacement and doctype setting two separately configurable behaviours - some
|
||||||
|
* devs might know what they're doing and don't want contentnegotiator messing with their HTML4 doctypes,
|
||||||
|
* but still find it useful to have self-closing tags removed.
|
||||||
*/
|
*/
|
||||||
class ContentNegotiator {
|
class ContentNegotiator {
|
||||||
protected static $encoding = 'utf-8';
|
protected static $encoding = 'utf-8';
|
||||||
|
Loading…
Reference in New Issue
Block a user