Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2019-12-07 02:37:33 +0300
committerjfbu <jfbu@free.fr>2019-12-07 02:37:33 +0300
commita0fe0aba1bd4b7fda099c661d5a8606e6e38c9a9 (patch)
tree694f0f12d9116dd015d2bf27f13d540d054072d0 /sphinx/templates
parentbc1557528fd180341d342f62f08654f23b58bcc3 (diff)
Update longtable latex template
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/latex/longtable.tex_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/templates/latex/longtable.tex_t b/sphinx/templates/latex/longtable.tex_t
index 8fe5369df..f9e8802e4 100644
--- a/sphinx/templates/latex/longtable.tex_t
+++ b/sphinx/templates/latex/longtable.tex_t
@@ -20,7 +20,7 @@
\endfirsthead
\multicolumn{<%= table.colcount %>}{c}%
-{\makebox[0pt]{\sphinxtablecontinued{\tablename\ \thetable{} -- <%= _('continued from previous page') %>}}}\\
+{\makebox[0pt]{\sphinxtablecontinued{\tablename\ \thetable{} \textendash{} <%= _('continued from previous page') %>}}}\\
\hline
<%= ''.join(table.header) %>
\endhead