diff --git a/src/calibre/trac/plugins/download.py b/src/calibre/trac/plugins/download.py index 78694588d9..5c1daab0b1 100644 --- a/src/calibre/trac/plugins/download.py +++ b/src/calibre/trac/plugins/download.py @@ -49,7 +49,7 @@ if __name__ == '__main__': import cherrypy class Test: def index(self): - raw = open(os.path.dirname(os.path.abspath(__file__))+'/templates/download.html').read() + raw = open(os.path.dirname(os.path.abspath(__file__))+'/templates/linux.html').read() return MarkupTemplate(raw).generate(**get_linux_data()).render('xhtml') index.exposed = True t = Test() diff --git a/src/calibre/trac/plugins/templates/linux.html b/src/calibre/trac/plugins/templates/linux.html index 50ea7facb3..06a6fc1a13 100644 --- a/src/calibre/trac/plugins/templates/linux.html +++ b/src/calibre/trac/plugins/templates/linux.html @@ -48,9 +48,9 @@ linux distributions:
Supported distributions | -Unsupported distributions | +
---|---|
Supported distributions | +Unsupported distributions |