Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site af6e5cd62 -> 954b343e8
Widget variable names are now the class names. 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/954b343e Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/954b343e Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/954b343e Branch: refs/heads/asf-site Commit: 954b343e8553c4b147d1fcc5b0c731459fa17c4a Parents: af6e5cd Author: JamesBognar <[email protected]> Authored: Mon Jul 10 21:32:38 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Jul 10 21:32:38 2017 -0400 ---------------------------------------------------------------------- content/about.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/954b343e/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 5c78854..340b029 100644 --- a/content/about.html +++ b/content/about.html @@ -652,7 +652,7 @@ <js>"up: request:/.."</js>, <js>"options: servlet:/?method=OPTIONS"</js>, <js>"form: servlet:/formPage"</js>, - <js>"$W{contentTypeMenuItem}"</js>, + <js>"$W{ContentTypeMenuItem}"</js>, <js>"source: $C{Source/gitHub}/org/apache/juneau/examples/rest/SystemPropertiesResource.java"</js> }, @@ -931,7 +931,7 @@ htmldoc=<ja>@HtmlDoc</ja>( links={ <js>"options: ?method=OPTIONS"</js>, - <js>"$W{contentTypeMenuItem}"</js>, + <js>"$W{ContentTypeMenuItem}"</js>, <js>"source: $C{Source/gitHub}/org/apache/juneau/examples/rest/RootResources.java"</js> }, aside={ @@ -1068,9 +1068,9 @@ links={ <js>"up: request:/.."</js>, <js>"options: servlet:/?method=OPTIONS"</js>, - <js>"$W{queryMenuItem}"</js>, - <js>"$W{contentTypeMenuItem}"</js>, - <js>"$W{styleMenuItem}"</js>, + <js>"$W{QueryMenuItem}"</js>, + <js>"$W{ContentTypeMenuItem}"</js>, + <js>"$W{StyleMenuItem}"</js>, <js>"source: $C{Source/gitHub}/org/apache/juneau/examples/rest/PetStoreResource.java"</js> } )
