diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-26 10:34:12 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-26 10:34:12 +0000 |
commit | 90e55208c21aa751dbb7587735035fff877e5a3c (patch) | |
tree | 1f156eb7e94f0296e25a16163f5ce4cac6345fcd /archiva-docs | |
parent | 3163bbd09a92d1be2f85d01b8581c9b0cb10a806 (diff) | |
download | archiva-90e55208c21aa751dbb7587735035fff877e5a3c.tar.gz archiva-90e55208c21aa751dbb7587735035fff877e5a3c.zip |
breadcrumb fix
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/site.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/archiva-docs/src/site/site.xml b/archiva-docs/src/site/site.xml index 81c753acb..f6f37d32f 100644 --- a/archiva-docs/src/site/site.xml +++ b/archiva-docs/src/site/site.xml @@ -18,7 +18,10 @@ ~ under the License. --> -<project> +<project xmlns="http://maven.apache.org/DECORATION/1.3.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" + name="Archiva Documentation"> <bannerLeft> <name>Apache Archiva</name> <src>http://archiva.apache.org/images/archiva.png</src> @@ -52,7 +55,7 @@ <body> <breadcrumbs> - <item name="${project.version}" href="/index.html" /> + <item name="Apache Archiva" href="http://archiva.apache.org/index.html"/> </breadcrumbs> <menu name="Introduction"> |