Skip to content

Commit

Permalink
Hyperimage exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Sep 18, 2019
1 parent e28da2c commit 3ca1343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2imxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def handle_refs_default(ref):
figure.set("id", "anotheruid")

# the anchor element is used to determine whether a figure gets an id and can be numbered
if figure_type == "hionlycollage":
if figure_type == "hionlycollage" or figure_type == "hionlysub":
logging.debug("No anchor element for collages.")

else:
Expand Down

0 comments on commit 3ca1343

Please sign in to comment.