phug-php/phug

View on GitHub
src/Phug/Formatter/Formatter/Format/OneDotOneFormat.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug\Formatter\Format;

class OneDotOneFormat extends XhtmlFormat
{
    const DOCTYPE_DTD = '-//W3C//DTD XHTML 1.1//EN';
    const DOCTYPE_DTD_URL = 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd';
}