Repository: struts-site Updated Branches: refs/heads/master ff4151d87 -> 7d2b030f3
Removed missing </p> tag In the section "General starting points", there was a missing </p> tag by the end of the last paragraph. This tag is visible on the website (http://struts.apache.org/primer.html#general-starting-points). This patch solves the issue. Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/7d2b030f Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/7d2b030f Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/7d2b030f Branch: refs/heads/master Commit: 7d2b030f3c4e579159254c8966fd89b7a70cf116 Parents: ff4151d Author: Jeanderson Barros Candido <jeanderso...@gmail.com> Authored: Tue Mar 10 09:35:13 2015 -0300 Committer: Jeanderson Barros Candido <jeanderso...@gmail.com> Committed: Tue Mar 10 09:35:13 2015 -0300 ---------------------------------------------------------------------- source/primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/7d2b030f/source/primer.md ---------------------------------------------------------------------- diff --git a/source/primer.md b/source/primer.md index 5e533ed..dafecac 100644 --- a/source/primer.md +++ b/source/primer.md @@ -53,7 +53,7 @@ the best overall starting point is the [Java EE Tutorial](http://docs.oracle.com If you've created web applications for other platforms, you may be able to follow along and visit the other references as needed. The core technologies used by Struts are also used by most other Java web development products, so -the background information will be useful in any Java project.</p> +the background information will be useful in any Java project. ### <a name="http"></a>HTTP, HTML and User Agents