You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/09/19 09:15:46 UTC

[myfaces-tobago] 03/03: typo

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 089ad5e5ab7bf319f77ae6e562b84a46679eb4f4
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Sep 19 11:15:25 2019 +0200

    typo
---
 .../webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml
index d37dc54..fa3d7c5 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml
@@ -203,7 +203,7 @@
     <tc:section id="crlf" label="CRLF in textarea">
       <p>
         CRLF in textarea will be converted to LF automatically to avoid inconsistencies with length validation.
-        If you need the old behaviour, set <code>&lt;decode-line-feed>false&lt;/decode-line-feed></code>
+        If you need the old behavior, set <code>&lt;decode-line-feed>false&lt;/decode-line-feed></code>
         in the <code>tobago-config.xml</code>.
       </p>
     </tc:section>