Repository: hbase Updated Branches: refs/heads/master f283ff01a -> 158568e78
HBASE-15977 Failed variable substitution on home page Signed-off-by: Andrew Purtell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/158568e7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/158568e7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/158568e7 Branch: refs/heads/master Commit: 158568e7806e461275406bc15856ba26e4660f4c Parents: f283ff0 Author: Dima Spivak <[email protected]> Authored: Tue Jun 14 22:36:57 2016 -0700 Committer: Andrew Purtell <[email protected]> Committed: Wed Jun 15 16:03:45 2016 -0700 ---------------------------------------------------------------------- src/main/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/158568e7/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index fb237bb..38dc0c1 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -43,6 +43,7 @@ </fluidoSkin> </custom> <bannerLeft> + <name/> <height>0</height> <width>0</width> </bannerLeft>
