diff options
| author | Scott Bahling <sbahling@suse.de> | 2013-09-09 14:41:07 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2013-09-09 14:41:07 +0200 |
| commit | 34af3c2702b337df96a8b01f77c6ae6fe2f2d80f (patch) | |
| tree | 10496fd94d7f2b25f07e86ebc99088babdc32580 | |
| parent | ab77b7fcc1416c1acb8e77572db7b30c72cc5292 (diff) | |
| download | panfry-34af3c2702b337df96a8b01f77c6ae6fe2f2d80f.tar.gz panfry-34af3c2702b337df96a8b01f77c6ae6fe2f2d80f.tar.xz panfry-34af3c2702b337df96a8b01f77c6ae6fe2f2d80f.zip | |
small fix
| -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): |
