From: Holger Schurig Date: Wed, 23 Jun 2010 21:28:58 +0000 (+0200) Subject: toc.py: don't mix contents and style: remove . X-Git-Url: https://oss.titaniummirror.com/gitweb?p=webber.git;a=commitdiff_plain;h=a9199c63b19e31f493f71babd0b60c9ef53dac3d toc.py: don't mix contents and style: remove . That's the business of the template. --- diff --git a/plugins/toc.py b/plugins/toc.py index ffd6c25..e379a42 100644 --- a/plugins/toc.py +++ b/plugins/toc.py @@ -73,7 +73,6 @@ def linkify(params): def get_toc(): level = 1 res = [] - res.append('" % (" "*level)) return "\n".join(res)