changeset 668:60ee738fdc0e

Fix quoting of entity declarations.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 23:32:15 -0700
parents a8160b8a4f15
children 75f4a7a9170b
files en/examples/run-example
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/en/examples/run-example	Mon Mar 09 23:22:57 2009 -0700
+++ b/en/examples/run-example	Mon Mar 09 23:32:15 2009 -0700
@@ -244,7 +244,7 @@
                                 ofp_basename = '%s.%s' % (self.name, out)
                                 norm = os.path.normpath(ofp_basename)
                                 example.entities[
-                                    '<!ENTITY "interaction.%s" '
+                                    '<!ENTITY interaction.%s '
                                     'SYSTEM "results/%s.out">'
                                     % (norm, norm)] = 1
                                 read_hint = ofp_basename + ' '