Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Be sure to highlight the inputFilter line #1514

Merged
merged 1 commit into from Sep 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/user-guide/forms-and-actions.rst
Expand Up @@ -80,7 +80,7 @@ going to add the input filter to the Album class, which resides in the ``Album.p

.. code-block:: php
:linenos:
:emphasize-lines: 5-7,9,14,23-84
:emphasize-lines: 4-7,9,14,23-84

namespace Album\Model;

Expand Down