From 34af3c2702b337df96a8b01f77c6ae6fe2f2d80f Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 9 Sep 2013 14:41:07 +0200 Subject: small fix --- panfry/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panfry/document.py b/panfry/document.py index e03aca1..01f8f83 100755 --- a/panfry/document.py +++ b/panfry/document.py @@ -76,7 +76,7 @@ class Document: tocitem.header_id, ) - return '[%s]' % ref_txt + return '[%s]' % heading @property def title(self): -- cgit v1.2.3