fixed google link to viewer in autolinks.py

This commit is contained in:
mdipierro
2015-08-20 14:00:21 -05:00
parent edcc2e44dc
commit bb2aa29867

View File

@@ -93,7 +93,7 @@ def video(url):
def googledoc_viewer(url):
return '<iframe src="http://docs.google.com/viewer?url=%s&embedded=true" style="max-width:100%%"></iframe>' % urllib.quote(url)
return '<iframe src="https://docs.google.com/viewer?url=%s&embedded=true" style="max-width:100%%"></iframe>' % urllib.quote(url)
def web2py_component(url):