phug-php/formatter

View on GitHub
Formatter/Format/FramesetFormat.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug\Formatter\Format;

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