diff options
Diffstat (limited to 'panfry')
| -rwxr-xr-x | panfry/document.py | 2 |
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): |
