From bb2aa29867975aeaabce7ff3135fe782afba1fe0 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 20 Aug 2015 14:00:21 -0500 Subject: [PATCH] fixed google link to viewer in autolinks.py --- gluon/contrib/autolinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/contrib/autolinks.py b/gluon/contrib/autolinks.py index 23e9ed10..32d215a8 100644 --- a/gluon/contrib/autolinks.py +++ b/gluon/contrib/autolinks.py @@ -93,7 +93,7 @@ def video(url): def googledoc_viewer(url): - return '' % urllib.quote(url) + return '' % urllib.quote(url) def web2py_component(url):