Fix longtable template after PR#3429 merge

This commit is contained in:
jfbu
2017-02-27 23:33:56 +01:00
parent efc2d06e4f
commit 234be035c6

View File

@@ -15,13 +15,13 @@
\endfirsthead
\multicolumn{<%= table.colcount %>}{c}%
{{\tablecontinued{\tablename\ \thetable{} -- <%= _('continued from previous page') %>}}} \\
{{\sphinxtablecontinued{\tablename\ \thetable{} -- <%= _('continued from previous page') %>}}} \\
\hline
<%= ''.join(table.header) %>
\endhead
\hline
\multicolumn{<%= table.colcount %>}{|r|}{{\tablecontinued{<%= _('Continued on next page') %>}}} \\
\multicolumn{<%= table.colcount %>}{|r|}{{\sphinxtablecontinued{<%= _('Continued on next page') %>}}} \\
\hline
\endfoot