Author: jleroux
Date: Tue Nov 1 17:48:53 2011
New Revision: 1196164
URL:
http://svn.apache.org/viewvc?rev=1196164&view=revLog:
Revert r1195903 (wrong patch from OFBIZ-4538) was correctly fixed by hand by Hans in trunk. It was initially my fault at r1194958
Modified:
ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy
Modified: ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy?rev=1196164&r1=1196163&r2=1196164&view=diff==============================================================================
--- ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy (original)
+++ ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy Tue Nov 1 17:48:53 2011
@@ -119,6 +119,7 @@ if (productId) {
keywords.add(categoryDescription);
}
}
+ }
context.metaKeywords = StringUtil.join(keywords, ", ");
}
@@ -141,5 +142,4 @@ if (templatePathPrefix) {
}
// set the template for the view
-context.detailScreen = detailScreen;
-}
\ No newline at end of file
+context.detailScreen = detailScreen;
\ No newline at end of file