Skip to content

Commit 3bbadea

Browse files
committed
Fix incorrect template (Nagy Gabor); spelling fix
1 parent 6c92dc0 commit 3bbadea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@ Additionally, you may include tags such as <tal:block>, which are
27062706
removed from output. Its content is kept, but the tag itself is not (so
27072707
don't go using any "tal:attributes" commands on it). This is useful for
27082708
making arbitrary blocks of HTML conditional or repeatable (very handy
2709-
for repeating multiple table rows, which would othewise require an
2709+
for repeating multiple table rows, which would otherwise require an
27102710
illegal tag placement to effect the repeat).
27112711

27122712

@@ -5761,7 +5761,7 @@ Editing multiple items in an index view
57615761
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57625762

57635763
To edit the status of all items in the item index view, edit the
5764-
``issue.item.html``:
5764+
``issue.index.html``:
57655765

57665766
1. add a form around the listing table (separate from the existing
57675767
index-page form), so at the top it reads::

0 commit comments

Comments
 (0)