Author: ssmiweve Date: 2008-01-30 12:56:14 +0100 (Wed, 30 Jan 2008) New Revision: 6067
Modified: branches/2.16/war/src/main/webapp/WEB-INF/jsp/decorators/xmlDecorator.jsp Log: SEARCH-4166 - XML for nyheter er knekt (og trolig andre s?\195?\184k ogs?\195?\165) Modified: branches/2.16/war/src/main/webapp/WEB-INF/jsp/decorators/xmlDecorator.jsp =================================================================== --- branches/2.16/war/src/main/webapp/WEB-INF/jsp/decorators/xmlDecorator.jsp 2008-01-30 11:27:42 UTC (rev 6066) +++ branches/2.16/war/src/main/webapp/WEB-INF/jsp/decorators/xmlDecorator.jsp 2008-01-30 11:56:14 UTC (rev 6067) @@ -2,4 +2,7 @@ --%><%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %><%-- --%><%@ taglib uri="/WEB-INF/SearchPortal.tld" prefix="search" %><%-- --%><?xml version="1.0" encoding="UTF-8"?> -<search:main/> \ No newline at end of file +<search:velocity template="xml/${tab.id}"/> +<c:if test="${!empty Missing_xml$tab.id_Template}"> + <search:main/> +</c:if> \ No newline at end of file _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
