Guide with me
This commit is contained in:
parent
71cfe723d6
commit
e938a11380
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from strip_function import *
|
|||
|
||||
|
||||
def insertMapLink(soup, lat, lon, title, pageId):
|
||||
hrefLink = "mapswithme://map?v=1&ll=%s,%s&n=%s&id=%s&backurl=guideswithme&appname=Guides%%20With%%20Me" % (lat, lon, urllib.quote(title), pageId)
|
||||
hrefLink = "mapswithme://map?v=1&ll=%s,%s&n=%s&id=%s&backurl=guideswithme&appname=Guide%%20With%%20Me" % (lat, lon, urllib.quote(title), pageId)
|
||||
mapTag = BeautifulSoup().new_tag("a", href=hrefLink)
|
||||
mapTag["class"] = "geolink"
|
||||
soup.body.insert(0, mapTag)
|
||||
|
|
Reference in a new issue