Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Html table with 2 tr #1257

Closed
1 task
nicdnepr opened this issue Jan 25, 2018 · 1 comment
Closed
1 task

Html table with 2 tr #1257

nicdnepr opened this issue Jan 25, 2018 · 1 comment

Comments

@nicdnepr
Copy link

This is:

  • a bug report

Expected Behavior

docx with table with 2 rows

Current Behavior

no error when generate but not opened docx

Failure Information

Please help provide information about the failure.

How to Reproduce

Please provide a code sample that reproduces the issue.

<?php
require __DIR__ . '/vendor/autoload.php';

$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
\PhpOffice\PhpWord\Shared\Html::addHtml($section, '<table><tr><td>111</td><td>1</td><td>222</td><td>333</td><td></td></tr></table>'); //this works
\PhpOffice\PhpWord\Shared\Html::addHtml($section, '<table><tr><td>111</td><td>1</td><td>222</td><td>333</td><td></td></tr><tr><td>111</td><td>1</td><td>222</td><td>333</td><td></td></tr></table>'); //this not works ```

### Context

* PHP version:7
* PHPWord version: 0.14
@nicdnepr
Copy link
Author

the problem was in ampersand #401

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant