Fix page break sample code block

This commit is contained in:
Jaggy Gauran 2014-09-29 03:07:54 +08:00
parent d8fbac6407
commit 7869912348
1 changed files with 2 additions and 2 deletions

View File

@ -207,9 +207,9 @@ Page breaks
There are two ways to insert a page breaks, using the ``addPageBreak`` There are two ways to insert a page breaks, using the ``addPageBreak``
method or using the ``pageBreakBefore`` style of paragraph. method or using the ``pageBreakBefore`` style of paragraph.
:: code-block:: php .. code-block:: php
\\$section->addPageBreak(); $section->addPageBreak();
Lists Lists
----- -----