OpenLayers OpenLayers

Changeset 7434

Show
Ignore:
Timestamp:
06/23/08 14:29:42 (2 months ago)
Author:
tschaub
Message:

Looks like google doesn't like the relative link with a nested sitemap.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tools/exampleparser.py

    r7133 r7434  
    101101         
    102102        link = doc.createElementNS("http://www.w3.org/2005/Atom", "link") 
    103         link.setAttribute("href", example["example"]) 
     103        link.setAttribute("href", "/dev/examples/" % example["example"]) 
    104104        entry.appendChild(link) 
    105105