mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #1278: fix typo in attribute name in_production_list.
This commit is contained in:
parent
913c235e81
commit
33cd5e4978
@ -1196,7 +1196,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
||||
id = self.curfilestack[-1] + ':' + uri[1:]
|
||||
self.body.append(self.hyperlink(id))
|
||||
if self.builder.config.latex_show_pagerefs and not \
|
||||
self.in_productionlist:
|
||||
self.in_production_list:
|
||||
self.context.append('}} (%s)' % self.hyperpageref(id))
|
||||
else:
|
||||
self.context.append('}}')
|
||||
|
Loading…
Reference in New Issue
Block a user