The theme function for the Germany doesn't return the </dl> tag so invalid HTML is being generated.

  <div class="content">
    <h3>Location(s)</h3>
<dl class="location">
<dd></dd><dd></dd><dd>Germany</dd>
<p>This is Stuttgart</p>
  </div>

The attached patch should fix the theming for German addresses.

CommentFileSizeAuthor
location-de.patch2.11 KBgeodaniel

Comments

Tobias Maier’s picture

you could try this patch, too: Using Microformat for address output

It removes <dl> and <dd> at all and introduces a new feature: Microformat-support

geodaniel’s picture

Status: Needs review » Closed (duplicate)

Going to mark this as a duplicate as the proposed changes over there look like they should fix the problem whilst adding the microformats.