Author: ssthkjer
Date: 2007-01-31 11:40:11 +0100 (Wed, 31 Jan 2007)
New Revision: 4387

Modified:
   trunk/war/src/webapp/WEB-INF/jsp/decorators/vcardDecorator.jsp
Log:
removed content-type og page encoding

Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/vcardDecorator.jsp
===================================================================
--- trunk/war/src/webapp/WEB-INF/jsp/decorators/vcardDecorator.jsp      
2007-01-31 10:15:12 UTC (rev 4386)
+++ trunk/war/src/webapp/WEB-INF/jsp/decorators/vcardDecorator.jsp      
2007-01-31 10:40:11 UTC (rev 4387)
@@ -1,3 +1,3 @@
-<[EMAIL PROTECTED] contentType="text/x-vcard; charset=utf-8"%><[EMAIL 
PROTECTED] pageEncoding="UTF-8"%><%@ taglib uri="/WEB-INF/SearchPortal.tld" 
prefix="search" %><% String currentC = (String) request.getAttribute("c"); 
%><%if (currentC.equals("yvc")) { %><search:velocity 
template="/results/vcardYellow"/><% } else { %><search:velocity 
template="/results/vcardWhite"/><%}%>      
+<%@ taglib uri="/WEB-INF/SearchPortal.tld" prefix="search" %><% String 
currentC = (String) request.getAttribute("c"); %><%if (currentC.equals("yvc")) 
{ %><search:velocity template="/results/vcardYellow"/><% } else { 
%><search:velocity template="/results/vcardWhite"/><%}%>      
 
 

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to