summaryrefslogtreecommitdiff
path: root/panfry
diff options
context:
space:
mode:
Diffstat (limited to 'panfry')
-rwxr-xr-xpanfry/document.py2
1 files changed, 1 insertions, 1 deletions
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):