Author: andre
Date: 2010-08-10 14:11:35 +0200 (Tue, 10 Aug 2010)
New Revision: 43079

Modified:
   openimages/trunk/src/main/webapp/feeds/inc/oai.record.jspx
Log:
removed double servername from dc:identifier 


Modified: openimages/trunk/src/main/webapp/feeds/inc/oai.record.jspx
===================================================================
--- openimages/trunk/src/main/webapp/feeds/inc/oai.record.jspx  2010-08-09 
14:48:07 UTC (rev 43078)
+++ openimages/trunk/src/main/webapp/feeds/inc/oai.record.jspx  2010-08-10 
12:11:35 UTC (rev 43079)
@@ -45,7 +45,7 @@
        <mm:listfunction name="filteredurls">
          <c:if test="${_.available}">
            <dc:format>${fn:toLowerCase(_.format)}</dc:format>
-           <dc:identifier>http://<c:out 
value="${pageContext.request.serverName}" />${_.URL}</dc:identifier>
+           <dc:identifier>${_.URL}</dc:identifier>
          </c:if>
        </mm:listfunction>
        <!-- dc:rights -->

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to