Skip to content

Commit

Permalink
[All Langs]fix markup (versionadded)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenkoma committed Nov 10, 2018
1 parent 04b2855 commit 8f8b108
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ In the above example, the ``navbar`` block will only contain the content added
in the first section. Since the block was defined in the child view, the
default content with the ``<p>`` tag will be discarded.

.. versionadded: 2.3
.. versionadded:: 2.3
``startIfEmpty()`` and ``prepend()`` were added in 2.3

.. note::
Expand Down
2 changes: 1 addition & 1 deletion es/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ En el ejemplo de arriba, el bloque ``navbar`` sólo tendrá contenido si
es agregado después de la primera sección. Ya que el bloque está definido
en la vista hija, el contenido predeterminado con ``<p>`` será descartado.

.. versionadded: 2.3
.. versionadded:: 2.3
``startIfEmpty()`` y ``prepend()`` fueron añandidos en la versión 2.3

.. note::
Expand Down
2 changes: 1 addition & 1 deletion fr/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Dans l'exemple ci-dessus, le block ``navbar`` va seulement contenir le contenu
ajouté dans la première section. Puisque le block a été défini dans la vue
enfant, le contenu par défaut avec la balise ``<p>`` sera écarté.

.. versionadded: 2.3
.. versionadded:: 2.3
``startIfEmpty()`` et ``prepend()`` ont été ajoutées dans 2.3.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion ja/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ CakePHP が作る特別なブロックで、ビューの継承で捕捉されな
このブロックは子ビューで定義されているので、デフォルトの内容は ``<p>`` タグとともに
破棄されます。

.. versionadded: 2.3
.. versionadded:: 2.3
``startIfEmpty()`` と ``prepend()`` は 2.3 で追加されました。

.. note::
Expand Down
2 changes: 1 addition & 1 deletion zh/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ CakePHP 的视图层可以由一些不同的部分组成。每部分有不同的
在上面的例子中, ``navbar`` 代码块只会包含第一部分中添加的内容。由于代码块在子视
图中定义,含有 ``<p>`` 标签的缺省内容就会被舍弃。

.. versionadded: 2.3
.. versionadded:: 2.3
``startIfEmpty()`` 和 ``prepend()`` 是在 2.3 版本中增加。

.. note::
Expand Down

0 comments on commit 8f8b108

Please sign in to comment.