You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/10/31 16:54:22 UTC

incubator-juneau-website git commit: Typo

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 96d47701f -> c90eaef69


Typo

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/c90eaef6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/c90eaef6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/c90eaef6

Branch: refs/heads/asf-site
Commit: c90eaef6970c6f4818aa4eaa08644f0183148dfe
Parents: 96d4770
Author: JamesBognar <ja...@apache.org>
Authored: Mon Oct 31 12:54:16 2016 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Mon Oct 31 12:54:16 2016 -0400

----------------------------------------------------------------------
 content/about.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/c90eaef6/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 6b22383..203d21a 100644
--- a/content/about.html
+++ b/content/about.html
@@ -56,7 +56,7 @@
 	// &lt;/table&gt;</jc>
 	String html = HtmlSerializer.<jsf>DEFAULT</jsf>.serialize(p);
 	
-	<jc>// Same as Html, but wraps it in HTML and BODY elements with page title/description/links:
+	<jc>// Same as Html, but wraps it in HTML and BODY elements with page title/description/links:</jc>
 	String htmlDoc = HtmlDocSerializer.<jsf>DEFAULT</jsf>.serialize(p);
 
 	<jc>// Produces: