]> source.dussan.org Git - archiva.git/commitdiff
Remove extra spaces.
authorEmmanuel Venisse <evenisse@apache.org>
Tue, 27 Feb 2007 11:13:27 +0000 (11:13 +0000)
committerEmmanuel Venisse <evenisse@apache.org>
Tue, 27 Feb 2007 11:13:27 +0000 (11:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512223 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf

index 39b436e33c9904f5b745c995186601acc713f772..2d4bcc7c5f540e7e1a732385fb4267a80f1a2237 100644 (file)
       &lt;groupId>${model.groupId}&lt;/groupId>
       &lt;artifactId>${model.artifactId}&lt;/artifactId>
       &lt;version>${model.version}&lt;/version><c:if test="${model.packaging != 'jar'}">
-      &lt;type>${model.packaging}&lt;/type>
-</c:if>    &lt;/dependency>
+      &lt;type>${model.packaging}&lt;/type></c:if>
+    &lt;/dependency>
 </pre>
 </c:if>