OpenLayers OpenLayers

Changeset 7477

Show
Ignore:
Timestamp:
07/08/08 08:47:30 (2 months ago)
Author:
crschmidt
Message:

not sure if this is right, but adding in a link to the metadata about
each entry. This seems to fix the issue reported earlier, that the links
in the example list are broken.

Files:

Legend:

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

    r7473 r7477  
    224224        tagvalues["modified"] = d["date"] or modtime 
    225225        tagvalues["author"] = d["author"] or "anonymous" 
     226        tagvalues['link'] = example 
    226227 
    227228        exampleList.append(tagvalues)