Daniel Kunkel wrote:
Hi
I'm seeing the following error in the source for a catalog page:
<!-- Begin Screen component://ecommerce/widget/CatalogScreens.xml#category -->
<!-- Begin Screen component://ecommerce/widget/CommonScreens.xml#main-decorator
-->
<!-- Begin Template component://ecommerce/webapp/ecommerce/includes/header.ftl
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
It was my understanding in order to work, the <!DOCTYPE needed to appear first.
Widget comments can be turned off -
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide
"Widgets setting"
-Adrian