Closed (duplicate)
Project:
Location
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 20:21 UTC
Updated:
20 Jan 2007 at 16:05 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| location-de.patch | 2.11 KB | geodaniel |
Comments
Comment #1
Tobias Maier commentedyou could try this patch, too: Using Microformat for address output
It removes
<dl>and<dd>at all and introduces a new feature: Microformat-supportComment #2
geodaniel commentedGoing to mark this as a duplicate as the proposed changes over there look like they should fix the problem whilst adding the microformats.