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 e78752d  Updates stage by Jenkins
e78752d is described below

commit e78752da51ca8da37c62a34985e2c17dbd7e8d4c
Author: jenkins <bui...@apache.org>
AuthorDate: Fri May 29 06:04:24 2020 +0000

    Updates stage by Jenkins
---
 content/core-developers/action-mapper.html | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/content/core-developers/action-mapper.html 
b/content/core-developers/action-mapper.html
index 36e91df..96be4f3 100644
--- a/content/core-developers/action-mapper.html
+++ b/content/core-developers/action-mapper.html
@@ -189,11 +189,16 @@ to map to the action named <code 
class="highlighter-rouge">foo</code> and the m
 constants to enable it:</p>
   <ul>
     <li>using <code class="highlighter-rouge">struts.properties</code>:
-<code 
class="highlighter-rouge">struts.mapper.action.prefix.enabled=true</code></li>
+      <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  struts.mapper.action.prefix.enabled=true
+</code></pre></div>      </div>
+    </li>
     <li>or using <code class="highlighter-rouge">struts.xml</code>:
-<code class="highlighter-rouge">&lt;constant 
name="struts.mapper.action.prefix.enabled" value="true"/&gt;</code>
-See <a href="https://cwiki.apache.org/confluence/display/WW/S2-018";>S2-018</a> 
for more details</li>
+      <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  &lt;constant 
name="struts.mapper.action.prefix.enabled" value="true"/&gt;
+</code></pre></div>      </div>
+    </li>
   </ul>
+
+  <p>See <a 
href="https://cwiki.apache.org/confluence/display/WW/S2-018";>S2-018</a> for 
more details.</p>
 </blockquote>
 
 <h3 id="method-prefix">Method prefix</h3>

Reply via email to