excuse the typo

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7435 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-06-23 18:31:07 +00:00
parent f7a798d810
commit 2ce26c4251

View File

@@ -100,7 +100,7 @@ def createFeed(examples):
entry.appendChild(title)
link = doc.createElementNS("http://www.w3.org/2005/Atom", "link")
link.setAttribute("href", "/dev/examples/" % example["example"])
link.setAttribute("href", "/dev/examples/%s" % example["example"])
entry.appendChild(link)
summary = doc.createElementNS("http://www.w3.org/2005/Atom", "summary")