Skip to content

Commit

Permalink
fix loop tag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Jul 22, 2015
1 parent 7014e7d commit eb5a287
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/tag-engine/loop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Loop Tag

In this article:
- `Introduction`_
- `Use in template`_
- `Use in template`_

Introduction
------------
Expand All @@ -15,13 +15,16 @@ well-known standard JSP tag ``forEach``, but it is not enough if count cycle of
Use in template
---------------

For configure ``Loop` tag in template just look at the code above.
For configure ``Loop`` tag in template just look at the code above.

.. code-block:: jsp
<imcms:loop no="1" pre="<div>" post="</div>">
...HTML or JPS tags here...
</imcms:loop>
Available list of tag attributes:
"""""""""""""""""""""""""""""""""

Expand Down Expand Up @@ -56,4 +59,3 @@ Example:
</body>
</html>

0 comments on commit eb5a287

Please sign in to comment.