[
https://issues.apache.org/jira/browse/OFBIZ-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722678#action_12722678
]
Joe Eckard commented on OFBIZ-2644:
-----------------------------------
The following is considered valid XHTML according to: http://validator.w3.org/
{code:xml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test</title>
</head>
<body>
<div id="banner" />
</body>
</html>
{code}
> <div/> syntax is incorrect
> --------------------------
>
> Key: OFBIZ-2644
> URL: https://issues.apache.org/jira/browse/OFBIZ-2644
> Project: OFBiz
> Issue Type: Bug
> Reporter: Harmeet Bedi
> Priority: Trivial
> Fix For: SVN trunk
>
> Attachments: EditCategoryFeatureCats.ftl.diff
>
>
> use to be widespread earlier found this only in one spot in trunk. Attaching
> patch.
> <div some-attribute="some-value"/> is incorrect syntax
> but
> <div some-attribute="some-value"></div> is right
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.