Skip to content

Commit

Permalink
Element rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Thoden committed Jan 22, 2018
1 parent e740cee commit cd4a016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tralics2django.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2018-01-16 12:08:57 (kthoden)>
# Time-stamp: <2018-01-17 14:54:34 (kthoden)>

import pickle
import os
Expand Down Expand Up @@ -1457,7 +1457,7 @@ def bring_footnote_down_django(footnote, fragment, footnote_number, object_numbe
if xmlPrintindex is not None != 0:
xmlPrintindex.tag = "temp"
xmlPrintindex.getparent().tag = "temp"
xmlEOAdocument.append(xmlEOAprintindex)
xmlEOAdocument.append(xmlPrintindex)

############################################################################
# Cleaning up #
Expand Down

0 comments on commit cd4a016

Please sign in to comment.