Ticket #3260 (closed bug: fixed)
Unmatched </a> tag (XHTML compliance?)
| Reported by: | manchito | Owned by: | ahocever |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.11 Release |
| Component: | Layer.Bing | Version: | SVN |
| Keywords: | tag match html | Cc: | |
| State: |
Description
The attribution HTML code for Bing layers throws an error, at least in xhtml strict documents:
Fehler: Nicht übereinstimmendes Tag. Erwartet: </a>.
Quelldatei:
Zeile: 1, Spalte: 383
Quelltext:
<html xmlns="http://www.w3.org/1999/xhtml">
<body xmlns="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<span class="olBingAttribution road">
<div>
<a target="_blank" href="http://www.bing.com/maps/">
<img src="http://dev.virtualearth.net/Branding/logo_powered_by.png"></img>
</div></a>© AND © 2011 Microsoft Corporation <a style="white-space: nowrap" target="_blank" href="http://www.microsoft.com/maps/product/terms.html">Terms of Use</a></span></
I fixed it locally with the attached patch.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

