remove trailing whitespaces
This commit is contained in:
parent
486321bb02
commit
cba1edc9e8
|
|
@ -636,12 +636,12 @@ class HtmlTest extends AbstractWebServerEmbeddedTest
|
|||
/**
|
||||
* Tests checkbox input field
|
||||
*/
|
||||
public function testInputCheckbox()
|
||||
public function testInputCheckbox()
|
||||
{
|
||||
$phpWord = new \PhpOffice\PhpWord\PhpWord();
|
||||
$section = $phpWord->addSection();
|
||||
$html = '<input type="checkbox" checked="true" /><input type="checkbox" />';
|
||||
Html::addHtml($section, $html);
|
||||
Html::addHtml($section, $html);
|
||||
|
||||
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue