From: Michael Tremer Date: Wed, 8 Jul 2009 19:04:43 +0000 (+0200) Subject: Fixed source page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f994598bf2401b6d085b1682620a97eee1cbd51e;p=ipfire.org.git Fixed source page. --- diff --git a/www/pages/source/__init__.py b/www/pages/source/__init__.py index bf597dc6..c4e02311 100644 --- a/www/pages/source/__init__.py +++ b/www/pages/source/__init__.py @@ -10,6 +10,7 @@ import sha from pysqlite2 import dbapi2 as sqlite import web +import web.elements class SourceObject: def __init__(self, db, file): @@ -73,7 +74,7 @@ class Content(web.Content): ret = "" self.w("

IPFire Source Base

") for dir, files in self.dirs: - b = web.Box(dir) + b = web.elements.Box(dir) b.w("