Skip to content

Commit 53c67f9

Browse files
committed
added PHP end tag to example in readme
1 parent 2daa50c commit 53c67f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ $objWriter->save('helloWorld.html');
147147

148148
/* Note: we skip RTF, because it's not XML-based and requires a different example. */
149149
/* Note: we skip PDF, because "HTML-to-PDF" approach is used to create PDF documents. */
150+
?>
150151
```
151152

152153
More examples are provided in the [samples folder](samples/). For an easy access to those samples launch `php -S localhost:8000` in the samples directory then browse to [http://localhost:8000](http://localhost:8000) to view the samples.

0 commit comments

Comments
 (0)