This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 5442f73 Updates stage by Jenkins
5442f73 is described below
commit 5442f73a367a49dbd1e91a5dc487610526bc9fb9
Author: jenkins <[email protected]>
AuthorDate: Wed Feb 19 08:29:08 2020 +0000
Updates stage by Jenkins
---
content/tag-developers/tag-syntax.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/content/tag-developers/tag-syntax.html
b/content/tag-developers/tag-syntax.html
index a659006..e41a252 100644
--- a/content/tag-developers/tag-syntax.html
+++ b/content/tag-developers/tag-syntax.html
@@ -246,8 +246,10 @@ within quotes</p>
<h2 id="expression-language-notations">Expression Language Notations</h2>
<ul>
- <li>A JavaBean object in a standard context in Freemarker, Velocity, or JSTL
EL (Not OGNL).|
-Username: <code class="highlighter-rouge">${user.username}</code></li>
+ <li>A JavaBean object in a standard context in Freemarker, Velocity, or JSTL
EL (Not OGNL).
+ <pre><code class="language-jsp">Username: ${user.username}
+</code></pre>
+ </li>
<li>A username property on the Value Stack.
<pre><code class="language-jsp"><s:textfield name="username"/>
</code></pre>