diff --git a/pretext/lib/pretext.py b/pretext/lib/pretext.py
index a3b61a4fb5..1191e2600f 100644
--- a/pretext/lib/pretext.py
+++ b/pretext/lib/pretext.py
@@ -855,7 +855,7 @@ def datafiles_to_xml(xml_source, pub_file, stringparams, xmlid_root, dest_dir):
# Each file receives a single element as its root
# element. These are templates for that entry
image_info = ''
- text_info = '{}'
+ text_info = ''
# read lines, one-per-binary
with open(the_files, "r") as datafile_list: