I'm currently debugging a layout and encountering some peculiar errors. The page is being served as DTD XHTML 1.0 Strict.
The error message looks like this:
ID "OFFICENAME" already defined:
div class="office" id="officename"
ID "OFFICENAME" originally defined here:
span id="officename">
Additionally,
- NET-enabling start-tag requires SHORTTAG YES
This error appears in the following code snippet:
<br />
If anyone could lend a hand in resolving this issue and providing guidance on proper representation, it would be greatly appreciated.