Fix page break sample code block
This commit is contained in:
parent
d8fbac6407
commit
7869912348
|
|
@ -207,9 +207,9 @@ Page breaks
|
|||
There are two ways to insert a page breaks, using the ``addPageBreak``
|
||||
method or using the ``pageBreakBefore`` style of paragraph.
|
||||
|
||||
:: code-block:: php
|
||||
.. code-block:: php
|
||||
|
||||
\\$section->addPageBreak();
|
||||
$section->addPageBreak();
|
||||
|
||||
Lists
|
||||
-----
|
||||
|
|
|
|||
Loading…
Reference in New Issue