Skip to content

Commit

Permalink
Fix use of list continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Mar 29, 2024
1 parent 56f020e commit c1a13af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ServerPages.adoc
Expand Up @@ -1704,7 +1704,7 @@ with an unrecognized prefix is allowed in the body of a custom or
standard action. In the following example, assuming ‘my’ is a valid
prefix and ‘indent’ is a valid tag, the `</ul>` tag is considered
template text, and no translation error is produced:

+
[source,jsp]
----
<my:indent level="2">
Expand All @@ -1716,7 +1716,7 @@ The following example, however, would
produce a translation error, assuming ‘my’ is a valid prefix and
‘indent’ is a valid tag, and regardless of whether ‘othertag’ is a valid
tag or not.

+
[source,jsp]
----
<my:indent level="2">
Expand Down

0 comments on commit c1a13af

Please sign in to comment.