phug-php/formatter

View on GitHub
Formatter/Format/TransitionalFormat.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug\Formatter\Format;

class TransitionalFormat extends XhtmlFormat
{
    const DOCTYPE_DTD = '-//W3C//DTD XHTML 1.0 Transitional//EN';
    const DOCTYPE_DTD_URL = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd';
}