Mercurial > hg > ChinaGisRestApi
changeset 184:0abd2e98b9f2
corrected links in desc (RestDbGisApi)
author | fknauft |
---|---|
date | Tue, 15 Feb 2011 16:57:21 +0100 |
parents | a4cbe5e71bda |
children | 13d25b60e421 |
files | RestDbGisApi.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/RestDbGisApi.py Tue Feb 15 16:16:08 2011 +0100 +++ b/RestDbGisApi.py Tue Feb 15 16:57:21 2011 +0100 @@ -296,7 +296,7 @@ val = "%s: %s"%(name, value) if val.find('http')>-1: - val ='<a href="' + value + '" target="_blank">' + val + '</a>' + val ='<a href="' + value + '" taret="_blank">' + val + '</a>' #desc += kmlEncode(val) desc += val