From a9199c63b19e31f493f71babd0b60c9ef53dac3d Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Wed, 23 Jun 2010 23:28:58 +0200 Subject: [PATCH] toc.py: don't mix contents and style: remove . That's the business of the template. --- plugins/toc.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.39.2