Skip to content
Closed
Prev Previous commit
Next Next commit
Fix page break sample code block
  • Loading branch information
jaggy committed Sep 28, 2014
commit 786991234810eaa82fbb421188d97741ed94c33f
4 changes: 2 additions & 2 deletions docs/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down