From 69d183363cab127659591fa49a335ab91205f0e9 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 7 Apr 2005 20:05:37 +0000 Subject: tabs to spaces (tabs are evil) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@12 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- plugins/external.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/external.py') diff --git a/plugins/external.py b/plugins/external.py index 44e11f3..26d1145 100644 --- a/plugins/external.py +++ b/plugins/external.py @@ -34,7 +34,7 @@ title = 'External Links' def generate(): print '
    ' for url in linkList.keys(): - link=linkList[url] - if link.external: - print '\t
  1. %s' % make_link(url,get_title(url)) + link=linkList[url] + if link.external: + print '\t
  2. %s' % make_link(url,get_title(url)) print '
' -- cgit v1.2.3