mirror of https://github.com/apache/archiva.git
[MRM-1016] Minor usability enhancement for the web app footer
Submitted by: Martin Cooper git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@719165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8152eb5642
commit
882128332b
|
@ -167,10 +167,10 @@
|
|||
%>
|
||||
<div id="footer">
|
||||
<div class="xleft">
|
||||
<a href="http://archiva.apache.org/">Apache Archiva <%= ArchivaVersion.getVersion()%></a>
|
||||
<a target="_blank" href="http://archiva.apache.org/">Apache Archiva <%= ArchivaVersion.getVersion()%></a>
|
||||
</div>
|
||||
<div class="xright">
|
||||
<a href="http://www.apache.org/">Copyright © <%= copyrightRange%> The Apache Software Foundation</a>
|
||||
Copyright © <%= copyrightRange%> <a target="_blank" href="http://www.apache.org/">The Apache Software Foundation</a>
|
||||
</div>
|
||||
|
||||
<div class="clear">
|
||||
|
|
Loading…
Reference in New Issue