From 3b8dc6b9595a3e2abfbc2d031c09635f28677c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 8 Apr 2010 00:50:57 +0200 Subject: Added changelog --- templates/page.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/page.mako') diff --git a/templates/page.mako b/templates/page.mako index 625a05c..aa2aa51 100644 --- a/templates/page.mako +++ b/templates/page.mako @@ -20,7 +20,7 @@ ${page_text} ## functions -<%def name="h2()"> +<%def name="h2(tag='h2')"> <% if self.attr.uses_toc: c = capture(caller.body) @@ -32,7 +32,7 @@ ${page_text} else: name = "#" %> -

» ${caller.body()}

+ <${tag}>» ${caller.body()} <%def name="toc()"> -- cgit v1.2.3