This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new ee7e148 Updates production by Jenkins ee7e148 is described below commit ee7e148b74323f73591034be1fdd469ac2bd2f08 Author: jenkins <bui...@apache.org> AuthorDate: Mon Jan 8 12:45:46 2018 +0000 Updates production by Jenkins --- content/getting-started/using-tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/using-tags.html b/content/getting-started/using-tags.html index 96ede6b..b51bfea 100644 --- a/content/getting-started/using-tags.html +++ b/content/getting-started/using-tags.html @@ -150,7 +150,7 @@ easier to reference dynamic data from a page, the Struts 2 framework offers a se HTML tag while providing added value. Other tags create non-standard, but useful controls.</p> <p>To use the Struts 2 tags on the view page, you must include a tag library directive. Typically, the taglib directive -is <code class="highlighter-rouge"><%@ taglib prefix="s" uri="/struts-tags" %\></code>. So the prefix for all the Struts 2 tags will be <code class="highlighter-rouge">s</code>. +is <code class="highlighter-rouge"><%@ taglib prefix="s" uri="/struts-tags" %></code>. So the prefix for all the Struts 2 tags will be <code class="highlighter-rouge">s</code>. If you want to actually read the Struts 2 tag TLD file, you’ll find it in the <code class="highlighter-rouge">META-INF</code> folder of the Struts 2 core jar.</p> <h2 id="struts-2-url-tag">Struts 2 url Tag</h2> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].