DELTASPIKE-690 - Fix template
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7a128668 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7a128668 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7a128668 Branch: refs/heads/master Commit: 7a1286689fb49ed9b7d8e3bf1143234c0cc5c276 Parents: 932bc5d Author: Rafael Benevides <[email protected]> Authored: Mon Dec 15 20:32:40 2014 -0200 Committer: Rafael Benevides <[email protected]> Committed: Mon Dec 15 20:32:40 2014 -0200 ---------------------------------------------------------------------- template/document.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7a128668/template/document.html.erb ---------------------------------------------------------------------- diff --git a/template/document.html.erb b/template/document.html.erb index 0ad3057..75dcf2e 100644 --- a/template/document.html.erb +++ b/template/document.html.erb @@ -46,7 +46,7 @@ body { data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand logocolor" - href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a> + href="http://deltaspike.apache.org/index.html">Apache DeltaSpike</a> <div class="nav-collapse"> <ul class="nav"> <li class="active"><a
