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